Click or drag to resize

IPropertiesDictionaryTryGetValueT Method (String, T)

IT Hit User File System
Tries to get value associated with the specified key.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 9.0.27334.0-Beta
Syntax
bool TryGetValue<T>(
	string key,
	out T value
)

Parameters

key
Type: SystemString
The key whose value to get.
value
Type: T
Value stored under the key.

Type Parameters

T

Return Value

Type: Boolean
True if nethod completed succesefully, false - otherwise.
Remarks
If data is saved, this method reads directly from underlying local storage.
See Also