Converter Class

Definition

public ref class Converter
public class Converter
type Converter = class
Public Class Converter
Inheritance
Converter

Constructors

Converter(List<DateTimeMask>)
Converter(List<DateTimeMask>, Object)

Properties

DateMaskLength
DateTimeMasks
IsAs400
SqlToDb2DateMask
SqlToDb2DatetimeMask
SqlToDb2TimeMask

Methods

BigEndianBytesToInt16(Byte[], Int32)
BigEndianBytesToInt32(Byte[], Int32)
BigEndianBytesToInt48(Byte[], Int32)
BigEndianBytesToInt64(Byte[], Int32)
BigEndianBytesToUInt16(Byte[], Int32)
BigEndianBytesToUnsignedInteger(Byte[], Int32, Int32)
IntToBytes(Int64, Byte[], Int32, Int32)
IntToBytes(Int64, Byte[], Int32, Int32, EndianType)
LittleEndianBytesToInt16(Byte[], Int32)
LittleEndianBytesToInt32(Byte[], Int32)
LittleEndianBytesToInt48(Byte[], Int32)
LittleEndianBytesToInt64(Byte[], Int32)
LittleEndianBytesToUInt16(Byte[], Int32)
LittleEndianBytesToUnsignedInteger(Byte[], Int32, Int32)
PackString(String, Int32, Byte[], Int32, Int32, DrdaTypes)
PackStringAsIs(String, Int32, Byte[], Int32, DrdaTypes)
ToInt16(Byte[], Int32)
ToInt16(Byte[], Int32, EndianType)
ToInt32(Byte[], Int32)
ToInt32(Byte[], Int32, EndianType)
ToInt48(Byte[], Int32)
ToInt48(Byte[], Int32, EndianType)
ToInt64(Byte[], Int32)
ToInt64(Byte[], Int32, EndianType)
ToUInt16(Byte[], Int32, EndianType)
TryConvertToDateTime(String, Int32, String)
UnpackDate(String, Boolean)
UnpackDate(String, String)
UnpackString(Byte[], Int32, Int32, Int32, String, Boolean)
UnpackString(Byte[], Int32, Int32, Int32, String, Boolean, DrdaTypes)
UnpackTime(String, Boolean)
UnpackTime(String, String)
UnpackTime(String, String, Boolean)
UnpackTimestamp(Byte[], Int32, Boolean)
UnpackTimestamp(String, Boolean)
UnpackTimestamp(String, String)
UnpackTimestamp(String, String, Boolean)
UnpackTimestampDateTimeAsChar(Byte[], Int32, Boolean)

Applies to