'Declaration
Public Overloads Shared Function FormatDate( _ ByVal d As Nullable(Of Date) _ ) As String
'Usage
Dim d As Nullable(Of Date) Dim value As String value = Utils.FormatDate(d)
public static string FormatDate( Nullable<DateTime> d )
public: static string* FormatDate( Nullable<DateTime> d )
public: static String^ FormatDate( Nullable<DateTime> d )
Parameters
- d