Returns the string repesentation of this object

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public string GetString(
	bool haveTypes
)
Visual Basic
Public Function GetString ( _
	haveTypes As Boolean _
) As String
Visual C++
public:
String^ GetString(
	bool haveTypes
)

Parameters

haveTypes
Type: Boolean
Whether to include the types on the columns

Return Value

if haveTypes is false, the return might be "a,b,c"

See Also