Click or drag to resize
IWriteHandlerStringRepresentation Method

[This is preliminary documentation and is subject to change.]

Gets the string representation to use for the object; can return null.

Namespace: NForza.Transit
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
string StringRepresentation(
	Object obj
)

Parameters

obj
Type: SystemObject
The object.

Return Value

Type: String
The representation.
See Also