BCDUtil Class

Vajhoej Record

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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)
Determines whether the specified Object is equal to the current 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.

Inheritance Hierarchy

System..::..Object
  Vajhoej.Record..::..BCDUtil

See Also