openDICOM.NET API Reference (openDICOM# Class Library)

ByteConvert Methods

The methods of the ByteConvert class are listed below. For a complete list of ByteConvert class members, see the ByteConvert Members topic.

Public Static Methods

SwapBytesOverloaded. Changes between little and big endian byte ordering of an unsigned word and returns it.
ToBytesOverloaded. Converts a string to an array of bytes by given DICOM character repertoire.
ToSignedWords Converts an array of bytes into an array of signed words.
ToStringOverloaded. Converts an array of bytes into a string by given DICOM character repertoire.
ToUnsignedWords Converts an array of bytes into an array of unsigned words.

See Also

ByteConvert Class | openDicom.Encoding Namespace