GetValues
GetValues<T>()
public override Span<T> GetValues<T>()
Exceptions
| exception | condition |
|---|---|
| MedicalApiException | Value can’t be converted to the specified type. |
See Also
- class SingleValueTextElement
- namespace Aspose.Medical.Dicom.Elements
- assembly Aspose.Medical
GetValues<T>(Range)
public override Span<T> GetValues<T>(Range range)
Exceptions
| exception | condition |
|---|---|
| MedicalApiException | Value can’t be converted to the specified type. |
| ArgumentOutOfRangeException | Only ranges with offset = 0 and length = 1 are supported. |
See Also
- class SingleValueTextElement
- namespace Aspose.Medical.Dicom.Elements
- assembly Aspose.Medical