GoDiagram Web Reference
ToString Method (GoPartInfo)

Produce a JavaScript expression that constructs a JavaScript object holding all of the property/value pairs described by this GoPartInfo.
Syntax
'Declaration
 
Public Overrides Function ToString() As String
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoPartInfo Class
GoPartInfo Members
Base Implementation in ToString

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback