GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoFontSizeDropDown Class / Parse Method
The specified string.
In This Topic
    Parse Method (GoFontSizeDropDown)
    In This Topic
    Attempts to parse a float representation of a size 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