[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return a dequoted version of the string
Source position: syshelph.inc line 84
public function TStringHelper.DeQuotedString: string; overload; |
const AQuoteChar: Char |
):string; overload; |
DeQuotedString will return a dequoted version of the string (Self), where the quote character is AQuoteChar (default: a single quote '). The string must start and end with the quote character, or it is returned as-is. Any double occurrences of the quote character AQuoteChar will be returned as a single quote.
AnsiQuotedString |
AnsiExtractQuotedString |