openDICOM.NET API Reference (openDICOM# Class Library)

TransferSyntax Methods

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

Public Instance Methods

CorrectByteOrderingOverloaded. Determines whether the bytes of an unsigned word have to be swapped according to the used transfer syntax. There is considered the endian type of underlying machine and transfer syntax.
EqualsOverloaded. Determines whether this instance is equal to another DICOM transfer syntax instance or not. Equality of the UIDs will be checked.
LoadFromOverloaded. Re-creates a DICOM transfer syntax instance from specified data set containing a transfer syntax UID data element and default character repertoire.
ToBytes Converts a string into an array of bytes by this DICOM transfer syntax instance's character repertoire.
ToStringOverloaded. Converts count of bytes from a byte array starting at specified offset into a string by this DICOM transfer syntax instance's character repertoire.

See Also

TransferSyntax Class | openDicom.Encoding Namespace