Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: string CLiteralUnescape(this string)

Declaration

public static string CLiteralUnescape(
    this string value
)

Summary

Reverses the escaping done by StringExtensions.CLiteralEscape(this string). Note that unescaping is not fully C/C#-compatible in the sense that not all strings that are valid string literals in C/C# can be correctly unescaped by this procedure.

See also