Utility.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 an escaped string.
public:
static System::String ^ Unescape(System::String ^ value);
public static string Unescape(string value);
static member Unescape : string -> string
Public Shared Function Unescape (value As String) As String
Parameters
- value
- String
An escaped string
Returns
A string with new lines placed back into string.