Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / Unit Structure / Parse Method
The string to parse.

In This Topic
    Parse Method (Unit)
    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 String _
    ) As Unit
    public static Unit Parse( 
       string s
    )

    Parameters

    s
    The string to parse.

    Return Value

    A Unit instance.
    See Also