←Select platform

SetConvertValuePtr(DicomElement,IntPtr,Int32) Method

Summary

Converts a string and sets the value of an element.

Syntax

C#
VB
WinRT C#
C++
public bool SetConvertValuePtr(  
   Leadtools.Dicom.DicomElement element, 
   IntPtr value, 
   int count 
) 
Public Overloads Function SetConvertValuePtr( _ 
   ByVal element As Leadtools.Dicom.DicomElement, _ 
   ByVal value As IntPtr, _ 
   ByVal count As Integer _ 
) As Boolean 
public bool SetConvertValuePtr(  
   Leadtools.Dicom.DicomElement element, 
   IntPtr value, 
   int count 
) 
 function Leadtools.Dicom.DicomDataSet.SetConvertValuePtr(DicomElement,IntPtr,Int32)(  
   element , 
   value , 
   count  
) 
public: 
bool SetConvertValuePtr(  
   Leadtools.Dicom.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly