←Select platform

SetConvertValue(DicomElement,String,Int32) Method

Summary

Converts a string and sets the value of an element.

Syntax

C#
VB
Java
WinRT C#
C++
public bool SetConvertValue(  
   Leadtools.Dicom.DicomElement element, 
   string value, 
   int count 
) 
Public Overloads Function SetConvertValue( _ 
   ByVal element As Leadtools.Dicom.DicomElement, _ 
   ByVal value As String, _ 
   ByVal count As Integer _ 
) As Boolean 
public bool SetConvertValue(  
   Leadtools.Dicom.DicomElement element, 
   string value, 
   int count 
) 
public boolean setConvertValue(DicomElement element, String value, int count) 
 function Leadtools.Dicom.DicomDataSet.SetConvertValue(DicomElement,String,Int32)(  
   element , 
   value , 
   count  
) 
public: 
bool SetConvertValue(  
   Leadtools.Dicom.DicomElement^ element, 
   String^ value, 
   int count 
)  

Parameters

element
An item in the Data Set.

value
Character string that contains the string to be converted to one or more values.

count
Value that represents the number of values in value.

Return Value

true if the method completed successfully; otherwise, false.

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