←Select platform

GetConvertValue Method

Summary

Converts the value of an element to a string.

Syntax

C#
VB
Java
WinRT C#
C++
public string GetConvertValue( 
   DicomElement element 
) 
Public Function GetConvertValue( _ 
   ByVal element As Leadtools.Dicom.DicomElement _ 
) As String 
public string GetConvertValue(  
   Leadtools.Dicom.DicomElement element 
) 
public String getConvertValue(DicomElement element) 
 function Leadtools.Dicom.DicomDataSet.GetConvertValue(  
   element  
) 
public: 
String^ GetConvertValue(  
   Leadtools.Dicom.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly