CARenderingStyle::StringQuotes
ADE User Guide > ADE Server Class Reference > CARenderingStyle
property int StringQuotes
控制文本值返回是否帶明確的引號,根據其值變化:
- 0 = 字符串不帶引號,例如:0.25
- 1 = 單引號,例如: '0.25'
- 2 = 雙引號,例如: "0.25"
當NumberAsText設置為ture時,字符串值將不帶引號,數字值0.25和包含4個字符"0.25"的字符串將難以區分。如果你想區分他們,將StringQuotes的值設定為1或者2即可。
數據類型
integer:整數
- 0 = 不帶引號
- 1 = '單引號'
- 2 = "雙引號"
存取
讀 / 寫
用法
deftab.RenderingStyle.StringQuotes = 2
另請參考
Comments
Enable comment auto-refresher