CARenderingStyle::StringQuotes

Revision as of 06:06, 25 October 2015 by Jhuawen (talk | contribs) (Created page with "integer:整数 :0 = 不带引号 :1 = '单引号' :2 = "双引号"")

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.

数据类型

integer:整数

0 = 不带引号
1 = '单引号'
2 = "双引号"

Access

read/write

Usage

deftab.RenderingStyle.StringQuotes = 2

See Also

Comments


You are not allowed to post comments.