GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoPropertyDropDown Class / Parse Method
The specified string to parse.
In This Topic
    Parse Method (GoPropertyDropDown)
    In This Topic
    Parses an object from the specified string.
    Syntax
    public abstract object Parse( 
       string s
    )

    Parameters

    s
    The specified string to parse.

    Return Value

    Returns an object parsed from the specified text, or null if no such object could be parsed.
    See Also