Performs the string expansion using replacing a variable name with a variable value in the implicit dictionary.

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

Syntax

C#
public static string Expand(
	string value
)

Parameters

value
Type: System..::.String
The string to be expanded.

Return Value

Returns the expanded string.

Exceptions

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

See Also