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

    Parameters

    s
    The specified string.

    Return Value

    Returns a DashStyle parsed from the specified string, or null if a DashStyle could not be parsed.
    See Also