| [Overview][Types][Classes][Procedures and functions][Variables][Index] |
Performs safe quoting for the string value.
Source position: lazutf8.pas line 142
function UTF8QuotedStr( |
const S: string; |
const Quote: string |
):string; |
UTF8QuotedStr is used to replace all Quote (') characters in S with double Quote (") characters, and enclose the replaced values in Quote characters.