VariableUtility.PrepareReplacementStringForConditions(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.
Prepare replacement string from the given input. For a normal input, add ' around it. Convert a variable of format ${var} to variables['var'] to suit custom conditions
public static string PrepareReplacementStringForConditions(string replacementValue);
static member PrepareReplacementStringForConditions : string -> string
Public Shared Function PrepareReplacementStringForConditions (replacementValue As String) As String
Parameters
- replacementValue
- String
input replacement value