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.TransitAssembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntaxstring StringRepresentation(
Object obj
)
Parameters
- obj
- Type: SystemObject
The object.
Return Value
Type:
StringThe representation.
See Also