The UInteger32 type exposes the following methods.
Operators
| Member | Description | |
|---|---|---|
| Addition(UInteger32, UInteger32) |
Addition operator.
| |
| Clone()()() |
Returns a duplicate of the current object
(Overrides AsnType..::.Clone()()().) | |
| CompareTo(UInteger32) |
Compare implementation that will compare this class value with the value of another UInteger32 class.
| |
| CompareTo(UInt32) |
Compare implementation that will compare this class value with argument UInt32 value.
| |
| decode(array<Byte>[]()[], Int32) | Used to decode the integer value from the ASN.1 buffer.
The passed encoder is used to decode the ASN.1 information
and the integer value is stored in the internal object.
(Overrides AsnType..::.decode(array<Byte>[]()[], Int32).) | |
| encode(MutableByte) | Used to encode the integer value into an ASN.1 buffer.
The passed encoder defines the method for encoding the
data.
(Overrides AsnType..::.encode(MutableByte).) | |
| Equality(UInteger32, UInteger32) |
Comparison operator
| |
| Equals(Object) |
Compare class value against the object argument. Supported argument types are
UInteger32 and Int32.
(Overrides Object..::.Equals(Object).) | |
| GetHashCode()()() |
Returns hashed class value.
(Overrides Object..::.GetHashCode()()().) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Implicit(UInteger32) |
Allows implicit casting of the object value as UInt32 value
| |
| Inequality(UInteger32, UInteger32) |
Negative comparison operator
| |
| Set(AsnType) |
SET class value from another UInteger32 or Integer32 class cast as .
| |
| Set(String) |
Parse an UInteger32 value from a string.
| |
| Subtraction(UInteger32, UInteger32) |
Subtraction operator
| |
| ToString()()() |
Returns the string representation of the object.
(Overrides Object..::.ToString()()().) |