TryGetValue
TryGetValue<TValue>(int, out TValue)
public bool TryGetValue<TValue>(int index, out TValue? value)
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
TryGetValue<TValue>(Index, out TValue)
public bool TryGetValue<TValue>(Index index, out TValue? value)
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