'Declaration Public Overloads Shared Function TryParse( _ ByVal value As String, _ ByRef result As OracleDate _ ) As Boolean
public static bool TryParse( string value, out OracleDate result )
Parameters
- value
- A string, containing a date to convert.
- result
- If the conversion was successful, this parameter contains the result OracleDate value; otherwise it contains MinValue.
Return Value
true if the string was converted successfully; otherwise, false.