FieldSpec.Decimals Property | |
A numeric value representing the number of decimals defined to this field specification.
Namespace:
VO
Assembly:
VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Decimals AS USUAL GET SET
public virtual Usual Decimals { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA 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