←Select platform

GetConvertValue Method

Summary

Converts the value of an element to a string.

Syntax
C#
VB
C++
Java
public string GetConvertValue( 
   DicomElement element 
) 
Public Function GetConvertValue( _ 
   ByVal element As DicomElement _ 
) As String 
public String getConvertValue(DicomElement element) 
public: 
String^ GetConvertValue(  
   DicomElement^ element 
)  

Parameters

element
An item in the Data Set.

Return Value

String version of the value.

Example

For an example, refer to SetIntValue.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly