NAnt SDK Documentation - v0.92

Int32ValidatorAttribute.Base Property

The base of the number to validate, which must be 2, 8, 10, or 16.

[Visual Basic]
Public Property Base As Integer
[C#]
public int Base {get; set;}

Property Value

The base of the number to validate.

Remarks

The default is 10.

See Also

Int32ValidatorAttribute Class | NAnt.Core.Attributes Namespace