TryGetValue
TryGetValue<T>(int, out T)
public override bool TryGetValue<T>(int index, out T? value)
Exceptions
| exception | condition |
|---|---|
| MedicalApiException | Value can’t be converted to the specified type. |
See Also
- class MultiValueTextElement
- namespace Aspose.Medical.Dicom.Elements
- assembly Aspose.Medical
TryGetValue<T>(Index, out T)
public override bool TryGetValue<T>(Index index, out T? value)
Exceptions
| exception | condition |
|---|---|
| MedicalApiException | Only String return type is supported. |
See Also
- class MultiValueTextElement
- namespace Aspose.Medical.Dicom.Elements
- assembly Aspose.Medical