'Declaration Public Shared Function TryParse( _ ByVal value As String, _ ByRef numberMappings As OracleNumberMappingCollection _ ) As Boolean
public static bool TryParse( string value, out OracleNumberMappingCollection numberMappings )
Parameters
- value
- The string representation of OracleNumberMappingCollection to parse.
- numberMappings
- OracleNumberMappingCollection instance, corresponding to the string representation.
Return Value
true if the string value is valid and is correctly parsed; otherwise, false.