Escape String
Strings
Escape String escapes strings with '\' according to the Microsoft implementation 4.6 escape string
String (String)
The string to escape.
* (String)
The escaped string with '\' according to the Microsoft implementation 4.6 escape string.
Examples
-
Escape String being used in some ProtoFlux code.