dcmNET Class Library

DicomElement.ValueAsInt Property

Retrieve the first value of the dicom element as an int.

[Visual Basic]
Public ReadOnly Property ValueAsInt As Integer
[C#]
public int ValueAsInt {get;}

Remarks

The GetValueAsInt() method for class DicomElement has the same effect as: GetValueAsInt(0)

See Also

DicomElement Class | dcmNET Namespace