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