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