PropertyCondition.Escape(String) Method

Definition

Returns the provided string as an escaped string.

public:
 static System::String ^ Escape(System::String ^ input);
public static string Escape (string input);
static member Escape : string -> string
Public Shared Function Escape (input As String) As String

Parameters

input
String

The string to escape.

Returns

The provided string as an escaped string.

Applies to