Gets the variable value name of type Int64.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public long GetInt64Value(
	string name,
	long defaultValue
)

Parameters

name
Type: System..::.String
The variable name.
defaultValue
Type: System..::.Int64
The implicit variable value if was not found.

Return Value

Gets the variable value of the type Int64.

See Also