openDICOM.NET API Reference (openDICOM# Class Library)

TransferSyntax.ToString Method (Byte[], Int32, Int32)

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[] bytes,
   int offset,
   int count
);

See Also

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