Atom.NET documentation
Utils.Unescape Method
Unescapes the given
String
.
[Visual Basic]
Public Shared Function Unescape( _
ByVal
text
As
String
_
) As
String
[C#]
public static
string
Unescape(
string
text
);
Parameters
text
The
String
to unescape.
Return Value
The unescaped
String
.
See Also
Utils Class
|
Atom.Utils Namespace