openDICOM.NET API Reference (openDICOM# Class Library)

ValueRepresentation.Decode Method 

Determines the correct type and multiplicity of a DICOM value.

public Array Decode(
   byte[] bytes
);

Parameters

bytes
DICOM byte array.

Return Value

DICOM value as array of a specific type.

Remarks

This method is overwritten by all specific DICOM VR implementations.

See Also

ValueRepresentation Class | openDicom.DataStructure Namespace