LumiSoft Net Help
UnQuoteString Method (text)
NamespacesLumiSoft.NetTextUtilsUnQuoteString(String)
Unquotes and unescapes escaped chars specified text. For example "xxx" will become to 'xxx', "escaped quote \"", will become to escaped 'quote "'.
Declaration Syntax
C#Visual BasicVisual C++F#
public static string UnQuoteString(
	string text
)
Public Shared Function UnQuoteString ( 
	text As String
) As String
public:
static String^ UnQuoteString(
	String^ text
)
static member UnQuoteString : 
        text : string -> string 
Parameters
text (String)
Text to unquote.
Return Value
String

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

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119