System.Runtime.Serialization.Plists.EndianConverter.SwapEndian C# (CSharp) Method

SwapEndian() public static method

Swaps the endian-ness of the given value.
public static SwapEndian ( this value ) : int
value this The value to swap the endian-ness of.
return int
        public static int SwapEndian(this int value)
        {
            return SwapInt32(value);
        }

Same methods

EndianConverter::SwapEndian ( this value ) : long
EndianConverter::SwapEndian ( this value ) : short
EndianConverter::SwapEndian ( this value ) : uint
EndianConverter::SwapEndian ( this value ) : ulong
EndianConverter::SwapEndian ( this value ) : ushort