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