VirtualUser GetInt Method (String)C# API
Returns an int value held in the dictionary.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public int GetInt(
	string key
)

Parameters

key
Type: System String
The key to be looked up in the dictionary.

Return Value

An int value held in the dictionary.

Implements

IDataDictionary GetInt(String)
Exceptions

See Also