←Select platform

SetConvertValuePtr(DicomElement,IntPtr,UInt32) 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, 
   uint count 
) 
Public Overloads Function SetConvertValuePtr( _ 
   ByVal element As Leadtools.Dicom.DicomElement, _ 
   ByVal value As IntPtr, _ 
   ByVal count As UInteger _ 
) As Boolean 
public bool SetConvertValuePtr(  
   Leadtools.Dicom.DicomElement element, 
   IntPtr value, 
   uint count 
) 
 function Leadtools.Dicom.DicomDataSet.SetConvertValuePtr(DicomElement,IntPtr,UInt32)(  
   element , 
   value , 
   count  
) 
public: 
bool SetConvertValuePtr(  
   Leadtools.Dicom.DicomElement^ element, 
   IntPtr value, 
   uint 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.

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