[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sysutils' (#rtl)

TStringHelper.DeQuotedString

Return a dequoted version of the string

Declaration

Source position: syshelph.inc line 104

public function TStringHelper.DeQuotedString: string; overload;

function TStringHelper.DeQuotedString(

  const AQuoteChar: Char

):string; overload;

Description

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.

See also

AnsiQuotedString

AnsiExtractQuotedString


Documentation generated on: May 14 2021