GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoDrawUnits Class / Parse Method
this out parameter is modified to indicate the units specified in the string; this will be set to GoDrawUnit.None if not specified
In This Topic
    Parse Method (GoDrawUnits)
    In This Topic
    Read a measurement from a string, including any units indicator.
    Syntax
    public static double Parse( 
       string s,
       out GoDrawUnit u
    )

    Parameters

    s
    u
    this out parameter is modified to indicate the units specified in the string; this will be set to GoDrawUnit.None if not specified

    Return Value

    the numeric value given in the string
    Remarks
    This compares with both the long and the abbreviated unit names to determine the GoDrawUnit (if any) that is given in the string s.
    See Also