Translates name into a real value.

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

Syntax

C#
protected abstract string ResolveVar(
	string name
)

Parameters

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

Return Value

Returns the translated string.

See Also