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 public static string ExpandEnvironmentMacros(
string value
)
Parameters
- value
- Type: SystemString
Return Value
Type:
StringSee Also