Constructs a new enumerator.
The name of the enumerator.
The numeric value of the enumerator.
Readonly
nameThe name of the enumerator.
Readonly
valueThe value of the enumerator.
Static
Readonly
ClassRepresents a class, but is no longer encoded or decoded.
Static
Readonly
F1A fixed size numeric encoded on 1 byte.
Static
Readonly
F2A fixed size numeric encoded on 2 byte.
Static
Readonly
F4A fixed size numeric encoded on 4 byte.
Static
Readonly
F8A fixed size numeric encoded on 8 byte.
Static
Readonly
FA fixed length size (encoded on 4 bytes) followed by size bytes.
Static
Readonly
SizeA variable-length size encoded on 1 or 5 bytes.
Static
Readonly
VA variable-length size followed by size bytes.
Returns a string representation of the current enumerator.
A string representation of the current enumerator.
Static
valueReturns the enumerator for the given value.
The enumerator value.
The enumerator for the given value.
Optional format for encoding optional values.