Click or drag to resize
IReadHandlerFromRepresentation Method

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

Converts a transit value to an instance of a type.

Namespace: NForza.Transit
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
Object FromRepresentation(
	Object representation
)

Parameters

representation
Type: SystemObject
The transit value.

Return Value

Type: Object
The converted object.
See Also