Converts an array of signed words into an array of bytes.
Converts an array of signed words into an array of bytes.
public static byte[] ToBytes(short[]);
Converts a string to an array of bytes by given DICOM character repertoire.
public static byte[] ToBytes(string,CharacterRepertoire);
Converts an array of unsigned words into an array of bytes.
public static byte[] ToBytes(ushort[]);
ByteConvert Class | openDicom.Encoding Namespace