GetConvertValue method (ILEADDicomDS)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short GetConvertValue (L_VOID);

Overview

Refer to Working with Data Sets.

Remarks

Converts the value(s) in the CurrentElement to strings.

Calling this method will update the StringValueCount and StringValues properties with the values from the current element converted to strings, which can be used for display purposes.

This method can be called for any Value Representation. For more information about Value Representations, refer to Default Value Representation Table.

See Also

Elements:

SetConvertValue method

Topics:

Data Sets: Converting Values