dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumberMappingCollection Class / Parse Method
The string representation of OracleNumberMappingCollection to parse.

Parse Method (OracleNumberMappingCollection)
Parses a string representation of an OracleNumberMappingCollection and returns OracleNumberMappingCollection instance.
Syntax
'Declaration
 
Public Shared Function Parse( _
   ByVal value As String _
) As OracleNumberMappingCollection
 

Parameters

value
The string representation of OracleNumberMappingCollection to parse.

Return Value

OracleNumberMappingCollection instance, corresponding to the string representation.
Remarks
If the string value is not valid, throws an exception.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also