Utils.ApplyEnvironmentVarSubstitution(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Applies .cmd-script-style environment variable substitution, using the collection of variables retrieved from Environment.GetEnvironmentVariables().
public:
static System::String ^ ApplyEnvironmentVarSubstitution(System::String ^ input);
public static string ApplyEnvironmentVarSubstitution (string input);
static member ApplyEnvironmentVarSubstitution : string -> string
Public Shared Function ApplyEnvironmentVarSubstitution (input As String) As String
Parameters
- input
- String
Specifies the string containing zero or more specified environment variables (syntax: %variable%)