GetOrDefault
GetOrDefault<TValue>(int)
public TValue? GetOrDefault<TValue>(int index)
Exceptions
| exception | condition |
|---|---|
| MedicalApiException | Unable to convert element value to target type. |
See Also
- class ValueElement<T>
- namespace Aspose.Medical.Dicom.Elements
- assembly Aspose.Medical
GetOrDefault<TValue>(Index)
public TValue? GetOrDefault<TValue>(Index index)
Exceptions
| exception | condition |
|---|---|
| MedicalApiException | Unable to convert element value to the specified type. |
See Also
- class ValueElement<T>
- namespace Aspose.Medical.Dicom.Elements
- assembly Aspose.Medical