Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
SetConvertValuePtr Method
See Also 
Leadtools.Dicom Namespace > DicomDataSet Class : SetConvertValuePtr Method




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.
Converts a string and sets the value of an element.

Syntax

Visual Basic (Declaration) 
Public Function SetConvertValuePtr( _
   ByVal element As DicomElement, _
   ByVal value As IntPtr, _
   ByVal count As Integer _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DicomDataSet
Dim element As DicomElement
Dim value As IntPtr
Dim count As Integer
Dim value As Boolean
 
value = instance.SetConvertValuePtr(element, value, count)
C# 
public bool SetConvertValuePtr( 
   DicomElement element,
   IntPtr value,
   int count
)
Managed Extensions for C++ 
public: bool SetConvertValuePtr( 
   DicomElement* element,
   IntPtr value,
   int count
) 
C++/CLI 
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, false otherwise.

Example

For an example, refer to SetIntValue.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Dicom requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features