←Select platform

SetConvertValue Method

Summary
Converts a string and sets the value of an element.
Syntax
C#
VB
C++
Java
public bool SetConvertValue(  
   DicomElement element, 
   string value, 
   int count 
) 
Public Overloads Function SetConvertValue( _ 
   ByVal element As DicomElement, _ 
   ByVal value As String, _ 
   ByVal count As Integer _ 
) As Boolean 
public boolean setConvertValue(DicomElement element, String value, int count) 
public: 
bool SetConvertValue(  
   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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.