openDICOM.NET API Reference (openDICOM# Class Library)

ByteConvert Members

ByteConvert overview

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.

Public Instance Constructors

ByteConvert Constructor Initializes a new instance of the ByteConvert class.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object)Overloaded.  

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

ByteConvert Class | openDicom.Encoding Namespace