WebLogic Messaging API Class Library

EndianConverter. Method

Changes the Endian of a byte array

Overload List

Changes the Endian of a byte array

public static byte[] (Byte[]);

Changes the Endian of a char

public static char (Char);

Changes the Endian of a double.

public static double (Double);

Changes the Endian of a short

public static short (Int16);

Changes the Endian of an int

public static int (Int32);

Changes the Endian of a long

public static long (Int64);

Changes the Endian of a float

public static float (Single);

Changes the Endian of an unsigned short

public static ushort (UInt16);

Changes the Endian of an unsigned int

public static uint (UInt32);

Changes the Endian of an unsigned long

public static ulong (UInt64);

See Also

EndianConverter Class | WebLogic.Messaging.Util Namespace