Click or drag to resize

IDataItemTryGetValueT Method

IT Hit User File System
Tries to get value.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26791.0-Beta2
Syntax
bool TryGetValue<T>(
	out T value
)

Parameters

value
Type: T
Value.

Type Parameters

T
The value will be automatically deserialized to the type specified by this type-parameter.

Return Value

Type: Boolean
True if the velue was deserialized successfully, false - otherwise.
See Also