CARenderingStyle::StringQuotes

(Redirected from StringQuotes)

ADE User Guide > ADE Server Class Reference > CARenderingStyle

Other languages:
English • ‎中文

property int StringQuotes

Controls whether textual values are returned with explicit quotation marks surrounding a string, according to its value:

0 = no quotes around strings, e.g., 0.25
1 = single quotes, e.g., '0.25'
2 = double quotes, e.g., "0.25"

When NumberAsText is true, with no quotation marks around string values, the numeric value 0.25 and the string containing the four characters "0.25" would be indistinguishable. If you want to be able to distinguish them, set the value of StringQuotes to 1 or 2.

Data type

integer

0 = no quotes
1 = 'single quotes'
2 = "double quotes"

Access

read/write

Usage

deftab.RenderingStyle.StringQuotes = 2

See Also

Comments


You are not allowed to post comments.