WebLogic Messaging API Class Library

EndianConverter.\xA0Method

Changes the Endian of a byte array

Overload List

Changes the Endian of a byte array

public\xA0static\xA0byte[]\xA0(Byte[]);

Changes the Endian of a char

public\xA0static\xA0char\xA0(Char);

Changes the Endian of a double.

public\xA0static\xA0double\xA0(Double);

Changes the Endian of a short

public\xA0static\xA0short\xA0(Int16);

Changes the Endian of an int

public\xA0static\xA0int\xA0(Int32);

Changes the Endian of a long

public\xA0static\xA0long\xA0(Int64);

Changes the Endian of a float

public\xA0static\xA0float\xA0(Single);

Changes the Endian of an unsigned short

public\xA0static\xA0ushort\xA0(UInt16);

Changes the Endian of an unsigned int

public\xA0static\xA0uint\xA0(UInt32);

Changes the Endian of an unsigned long

public\xA0static\xA0ulong\xA0(UInt64);

See Also

EndianConverter Class | WebLogic.Messaging.Util Namespace