BCDUtil Class
From Vajhoej Record
Class TimeUtil converts between bytes with Binary Coded Decimals ant BigDecimal objects.
Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public class BCDUtil
Public Class BCDUtil
public ref class BCDUtil
Members
| All Members | Constructors | Fields | Methods |
| Member | Description | |
|---|---|---|
| BCDUtil()()()() | Initializes a new instance of the BCDUtil class | |
| ASCII |
ASCII zone nibble.
| |
| DecodePackedBCD(array<Byte>[]()[][], Int32) |
Convert from packed BCD to decimal.
| |
| DecodeZonedBCD(array<Byte>[]()[][], Byte, Int32) |
Convert from zoned BCD to decimal.
| |
| EBCDIC |
EBCDIC zone nibble.
| |
| 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.) | |
| ZERO |
Zero zone nibble.
|