CommandLineBuilder.IsQuotingRequired(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.
Checks the given switch parameter to see if it must/can be quoted.
protected:
virtual bool IsQuotingRequired(System::String ^ parameter);
protected virtual bool IsQuotingRequired (string parameter);
abstract member IsQuotingRequired : string -> bool
override this.IsQuotingRequired : string -> bool
Protected Overridable Function IsQuotingRequired (parameter As String) As Boolean
Parameters
- parameter
- String
the string to examine for characters that require quoting
Returns
true, if parameter should be quoted