public static UInt16 Endian(UInt16 v) { return(Util.ByteToUShort(Util.EndianRetByte(Util.ToByte(v)))); }