openDICOM.NET API Reference (openDICOM# Class Library)

TransferSyntax.ToString Method

Returns a DICOM transfer syntax UID as string representation.

Overload List

Returns a DICOM transfer syntax UID as string representation.

public override string ToString();

Converts an array of bytes into a string by this DICOM transfer syntax instance's character repertoire.

public string ToString(byte[]);

Converts count of bytes from a byte array into a string by this DICOM transfer syntax instance's character repertoire.

public string ToString(byte[],int);

Converts count of bytes from a byte array starting at specified offset into a string by this DICOM transfer syntax instance's character repertoire.

public virtual string ToString(byte[],int,int);

See Also

TransferSyntax Class | openDicom.Encoding Namespace