'Declaration
Public Shared Function TryParseDate( _ ByVal newValue As String, _ ByRef returnValue As Date _ ) As Boolean
public static bool TryParseDate( string newValue, out DateTime returnValue )
Parameters
- newValue
- returnValue
'Declaration
Public Shared Function TryParseDate( _ ByVal newValue As String, _ ByRef returnValue As Date _ ) As Boolean
public static bool TryParseDate( string newValue, out DateTime returnValue )