openDICOM.NET API Reference (openDICOM# Class Library)

TransferSyntax.CorrectByteOrdering Method (UInt32)

Determines whether the bytes of an unsigned integer have to be swapped according to the used transfer syntax. There is considered the endian type of underlying machine and transfer syntax.

public uint CorrectByteOrdering(
   uint value
);

Parameters

value
Unsigned integer to process.

Return Value

Unsigned integer with or without bytes swapped.

See Also

TransferSyntax Class | openDicom.Encoding Namespace | TransferSyntax.CorrectByteOrdering Overload List