GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoFontDropDown Class / Parse Method
The specified name.
In This Topic
    Parse Method (GoFontDropDown)
    In This Topic
    Attempts to parse a FontFamily object from the specified name.
    Syntax
    public override object Parse( 
       string s
    )

    Parameters

    s
    The specified name.

    Return Value

    Returns a FontFamily object parsed from the specified name, or null if no such FontFamily object could be parsed.
    See Also