BCDUtil Methods
From Vajhoej Record
| A Sandcastle Documented Class Library |
| BCDUtil Methods |
The BCDUtil type exposes the following methods.
Methods
| Member | Description | |
|---|---|---|
| DecodePackedBCD(array<Byte>[]()[][], Int32) |
Convert from packed BCD to decimal.
| |
| DecodeZonedBCD(array<Byte>[]()[][], Byte, Int32) |
Convert from zoned BCD to decimal.
| |
| EncodePackedBCD(Decimal, Int32, Int32) |
Convert from decimal to packed BCD.
| |
| EncodeZonedBCD(Decimal, Byte, Int32, Int32) |
Convert from BigDecimal to zoned BCD.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |