Returns the quoted version of a string.
function AnsiQuotedStr(const S: string; Quote: Char): string;
AnsiString AnsiQuotedStr(const AnsiString S, Char Quote);
SysUtils
Use AnsiQuotedStr to convert a string (S) to a quoted string, using the provided Quote character. A Quote character is inserted at the beginning and end of S, and each Quote character in the string is doubled.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|