Click or drag to resize

StringUtilExpandEnvironmentMacros Method

Expand any $(NAME) or %NAME% macros in the specified string with environment variable values.

Namespace:  Nova.Utilities
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