'Declaration Public Overloads Shared Function Parse( _ ByVal value As String, _ ByVal format As String _ ) As OracleNumber
public static OracleNumber Parse( string value, string format )
Parameters
- value
- The System.String to be parsed.
- format
- The format to use. It is the same format as the Oracle TO_NUMBER function uses. You can read more about the format in Oracle documentation.
Return Value
A new OracleNumber structure.