GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoPenWidthDropDown Class / Parse Method
The specified string.
In This Topic
    Parse Method (GoPenWidthDropDown)
    In This Topic
    Attempts to parse a float representation of a pen width from the specified string.
    Syntax
    public override object Parse( 
       string s
    )

    Parameters

    s
    The specified string.

    Return Value

    Returns a float representation of the specified string, or null if a float could not be parsed.
    See Also