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 Basic | Visual 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
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119