Gets the variable value.

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

Syntax

C#
public virtual string GetVar(
	string name
)

Parameters

name
Type: System..::.String
The variable name.

Return Value

Returns the variable value.

Implements

IXVarDictionary..::.GetVar(String)

Exceptions

ExceptionCondition
System..::.ArgumentNullException name is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also