RegisterEncoding

IDicomEncoding.RegisterEncoding method

Registers an encoding for a specific character set value.

public void RegisterEncoding(string charsetName, string encodingName)
ParameterTypeDescription
charsetNameStringThe name of the character set as given in the Specific Character Set DICOM attribute.
encodingNameStringThe name of .NET encoding for the charsetName.

See Also