Changes the Endian of a byte array
Changes the Endian of a byte array
public static byte[] SwitchEndian(byte[]);
Changes the Endian of a char
public static char SwitchEndian(char);
Changes the Endian of a double.
public static double SwitchEndian(double);
Changes the Endian of a short
public static short SwitchEndian(short);
Changes the Endian of an int
public static int SwitchEndian(int);
Changes the Endian of a long
public static long SwitchEndian(long);
Changes the Endian of a float
public static float SwitchEndian(float);
Changes the Endian of an unsigned short
public static ushort SwitchEndian(ushort);
Changes the Endian of an unsigned int
public static uint SwitchEndian(uint);
Changes the Endian of an unsigned long
public static ulong SwitchEndian(ulong);
EndianConverter Class | WebLogic.Messaging.Util Namespace