openDICOM.NET API Reference (openDICOM# Class Library)

ValueRepresentation.DecodeToValue Method 

Determines the correct type and multiplicity of a DICOM value and converts it to a DICOM value class.

public Value DecodeToValue(
   byte[] bytes
);

Parameters

bytes
DICOM byte array.

Return Value

DICOM Value class instance.

See Also

ValueRepresentation Class | openDicom.DataStructure Namespace