Difference between revisions of "CARenderingStyle::StringQuotes"

(Created page with "<< Back to CARenderingStyle = property int StringQuotes = Controls whether textual values are returned with explicit quotation marks surrounding a strin...")
 
Line 1: Line 1:
[[CARenderingStyle|<< Back to CARenderingStyle]]
+
[[Category:ADE User Guide]]
 
+
[[ADE User Guide]] > [[ADE Server Class Reference]] > [[CARenderingStyle]]
 +
<languages />
 +
<translate>
 
= property int StringQuotes =
 
= property int StringQuotes =
  
Line 28: Line 30:
  
 
= See Also =
 
= See Also =
 +
</translate>

Revision as of 01:24, 16 June 2015

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.