Length |
Scroll |
Gets or sets the length of the field.
For decimal fields this values it the total amount of digits the number can have, including the decimal digits.
Namespace: Therefore.API
Visual Basic Public Overridable Property Length As Integer C# public virtual int Length { get; set; }
Property Value The length of the field. |