openDICOM.NET API Reference (openDICOM# Class Library)

ByteConvert.ToString Method

Converts an array of bytes into a string by given DICOM character repertoire.

Overload List

Converts an array of bytes into a string by given DICOM character repertoire.

public static string ToString(byte[],CharacterRepertoire);

Converts count of bytes from a byte array into a string by given DICOM character repertoire.

public static string ToString(byte[],int,CharacterRepertoire);

Converts count of bytes from a byte array starting at a specified offset into a string by given DICOM character repertoire.

public static string ToString(byte[],int,int,CharacterRepertoire);

See Also

ByteConvert Class | openDicom.Encoding Namespace