ImageGear Professional v18.2 > API Reference Guide > MD Component API Reference > MD Component Objects > IGMedDataElem Object > IGMedDataElem Methods > OutputDataToString Method |
Outputs items of the Data Element in a readable form. You can specify the first item and number of items to output, a character for separating items, and the maximum length of the output string.
OutputDataToString(FirstValue As Long, ItemCount As Long,
ItemSeparator As String, Len As Long) As String
Name | Description |
---|---|
FirstItem | First item to output |
ItemCount | Number of items to output, -1 to output all items starting from FirstItem. |
ItemSeparator | Specifies the character to be used as item separator. Only the first character in the ItemSeparator string is used. |
MaxLen | Maximum length of the output string, or 0 if any length is acceptable. |
String containing Data Element Value printed in a readable form.
N/A
Med