base property
This is defined just for numeral system conversion. It defines the base of this number. E.g. 16 for hexadecimal, 10 for decimal, 10 for binary, etc.
Implementation
int? base;
This is defined just for numeral system conversion. It defines the base of this number. E.g. 16 for hexadecimal, 10 for decimal, 10 for binary, etc.
int? base;