Atom.NET documentation

Utils.Escape Method 

Escapes the given String.

[Visual Basic]
Public Shared Function Escape( _
   ByVal text As String _
) As String
[C#]
public static string Escape(
   string text
);

Parameters

text
The String to escape.

Return Value

The escaped String.

See Also

Utils Class | Atom.Utils Namespace