The UInteger32 type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| UInteger32()()()() | Constructor. Class value is set to 0.
| |
| UInteger32(String) | Constructor. Initialize the class with the unsigned integer 32-bit value
stored as a string value in the argument.
| |
| UInteger32(UInt32) | Constructor. SET the class value to the supplied 32-bit value.
| |
| UInteger32(UInteger32) | Constructor. Initializes the class to the same value as the argument.
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Returns a duplicate of the current object
(Overrides AsnType..::..Clone()()()().) | |
| CompareTo(UInt32) |
Compare implementation that will compare this class value with argument UInt32 value.
| |
| CompareTo(UInteger32) |
Compare implementation that will compare this class value with the value of another UInteger32 class.
| |
| decode | Decode BER encoded value (Overrides AsnType..::..decode(array<Byte>[]()[][], Int32).) | |
| encode | BER encode class value. (Overrides AsnType..::..encode(MutableByte).) | |
| Equals |
Compare class value against the object argument. Supported argument types are
UInteger32 and Int32.
(Overrides Object..::..Equals(Object).) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Returns hashed class value.
(Overrides Object..::..GetHashCode()()()().) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Set(String) |
Parse an UInteger32 value from a string.
| |
| Set(AsnType) |
SET class value from another UInteger32 or Integer32 class cast as .
| |
| ToString |
Returns the string representation of the object.
(Overrides Object..::..ToString()()()().) |
Operators
| Name | Description | |
|---|---|---|
| Addition |
Addition operator.
| |
| Equality |
Comparison operator
| |
| GreaterThan |
Greater then operator
| |
| ImplicitWideningImplicitImplicitImplicit(UInteger32 to UInt32) |
Implicit casting of the object value as UInt32 value
| |
| Inequality |
Negative comparison operator
| |
| LessThan |
Less then operator
| |
| Subtraction |
Subtraction operator
|
Fields
| Name | Description | |
|---|---|---|
| _asnType |
ASN.1 type byte.
(Inherited from AsnType.) | |
| _value | Internal unsigned integer 32-bit value
|
Properties
| Name | Description | |
|---|---|---|
| Type |
Get ASN.1 value type stored in this class.
(Inherited from AsnType.) | |
| Value |
Value of the object. Returns 32 bit unsigned integer
|