FieldSpec.Decimals Property (Typed) | |
A numeric value representing the number of decimals defined to this field specification.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Decimals AS DWORD GET SET
public virtual uint Decimals { get; set; }
Request Example
View SourceProperty Value
Type:
DWordA numeric value representing the number of decimals defined to this field specification.
Remarks
A numeric value representing the number of decimals defined to this field specification. This argument is used for numeric data types only. The default is 0.
See Also