Summary
The base of the number to validate, which must be 2, 8, 10, or 16.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Attributes - Containing Type
- Int32
Validator Attribute
Syntax
public int Base { get; set; }
Remarks
The default is 10.
Value
Type | Description |
---|---|
int | The base of the number to validate. |