GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPartInfo Class / ToString Method
In This Topic
    ToString Method (GoPartInfo)
    In This Topic
    Produce a JavaScript expression that constructs a JavaScript object holding all of the property/value pairs described by this GoPartInfo.
    Syntax
    public override string ToString()
    Remarks
    For property values that are strings, they are just transmitted as string literals. For property values that are not strings, this calls Object.ToString() to produce an expression that JavaScript can evaluate to produce a number, string, array or object.
    See Also