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

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

    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.
    See Also