ConvertData
ValueElement<T>.ConvertData<TOutput> method
Converts the element data to the specified type and returns the converted data.
public Span<TOutput> ConvertData<TOutput>(Func<T, TOutput> converter)
| Parameter | Description |
|---|---|
| TOutput | Target type the element data to be converted. |
| converter | Function to be applied to convert element’s data. |
Return Value
The converted data.
See Also
- class ValueElement<T>
- namespace Aspose.Medical.Dicom.Elements
- assembly Aspose.Medical