StringsUnescape Method
Remove escape statements from text.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string Unescape(
string text
)
Public Shared Function Unescape (
text As String
) As String
- text String
- Text to evaluate.
StringString with the text without escape statements.