←Select platform

SetConvertValuePtr Method

Summary

Converts a string and sets the value of an element.

Syntax
C#
VB
C++
public bool SetConvertValuePtr(  
   DicomElement element, 
   IntPtr value, 
   int count 
) 
Public Overloads Function SetConvertValuePtr( _ 
   ByVal element As DicomElement, _ 
   ByVal value As IntPtr, _ 
   ByVal count As Integer _ 
) As Boolean 
public: 
bool SetConvertValuePtr(  
   DicomElement^ element, 
   IntPtr value, 
   int count 
)  

Parameters

element
An item in the Data Set.

value
Pointer to 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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly