CommandLineBuilder.IsQuotingRequired(String) Method

Definition

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

Applies to