LumiSoft Mail Server User API
UnQuoteString Method (text)
Namespaces > LumiSoft.Net > TextUtils > UnQuoteString(String)
Unquotes and unescapes escaped chars specified text. For example "xxx" will become to 'xxx', "escaped quote \"", will become to escaped 'quote "'.
Syntax
C#Visual BasicManaged C++
public static string UnQuoteString (
	string text
)
Public Shared Function UnQuoteString ( _
	text As String _
) As String
public:
static String^ UnQuoteString (
	String^ text
)
Parameters
text (String)
Text to unquote.
Return Value

[Missing <returns> documentation for M:LumiSoft.Net.TextUtils.UnQuoteString(System.String)]

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)