GetEncodings

DicomEncoding.GetEncodings method

Returns a collection of Encoding corresponding to the given charsets, where every charsets item is a name of the DICOM Specific Character Set.

public Encoding[] GetEncodings(string[] charsets)
ParameterTypeDescription
charsetsString[]List of DICOM Character Sets.

Return Value

The collection of Encoding specified in charsets.

See Also