[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return a quoted version of the string
Source position: syshelph.inc line 126
public function TStringHelper.QuotedString: string; overload; |
const AQuoteChar: Char |
):string; overload; |
QuotedString returns a quoted version of the string (Self). The quote character is specified in AQuoteChar, which by default is the double quote ("). Any existing quote characters occurrences will be doubled.
|
Return a quotes version of a string. |
|
|
Return a quoted version of a string. |