Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / Unit Structure / Parse Method
The string to parse.

In This Topic
    Parse Method
    In This Topic
    Parses a string and creates a Unit instance from that string, throws an exception if string is invalid.
    Syntax
    'Declaration
     
    Public Shared Function Parse( _
       ByVal s As System.String _
    ) As Unit
    public static Unit Parse( 
       System.string s
    )

    Parameters

    s
    The string to parse.

    Return Value

    A Unit instance.
    See Also