[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LazUTF8' (#lazutils)

UTF8QuotedStr

Performs safe quoting for the string value.

Declaration

Source position: lazutf8.pas line 142

function UTF8QuotedStr(

  const S: string;

  const Quote: string

):string;

Description

UTF8QuotedStr is used to replace all Quote (') characters in S with double Quote (") characters, and enclose the replaced values in Quote characters.