PropertyCondition.Unescape(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.
Unescapes any escaped characters in the provided string.
public:
static System::String ^ Unescape(System::String ^ input);
public static string Unescape (string input);
static member Unescape : string -> string
Public Shared Function Unescape (input As String) As String
Parameters
- input
- String
The string to unescape.
Returns
A string with escaping removed.