IReadHandlerFromRepresentation Method |
[This is preliminary documentation and is subject to change.]
Converts a transit value to an instance of a type.
Namespace: NForza.TransitAssembly: Transit (in Transit.dll) Version: 0.8.1-alpha
SyntaxObject FromRepresentation(
Object representation
)
Parameters
- representation
- Type: SystemObject
The transit value.
Return Value
Type:
ObjectThe converted object.
See Also