Gets the variable value name of type UInt64.

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

Syntax

C#
[CLSCompliantAttribute(false)]
public ulong GetUInt64Value(
	string name,
	ulong defaultValue
)

Parameters

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

Return Value

Gets the variable value of the type UInt64.

See Also