Click or drag to resize

ApplicationContextExpandEnvironmentMacros Method

Expand all "$(name)" macros in the specified string by replacing with matching environment variables.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static string ExpandEnvironmentMacros(
	string value
)

Parameters

value
Type: SystemString

Return Value

Type: String
See Also