ChangeType Method

Summary
Changes an object to another type.
Syntax
C#
C++/CLI
public static object ChangeType( 
   this object value, 
   Type to 
) 
[ExtensionAttribute()] 
public: 
static Object^ ChangeType(  
   Object^ value, 
   Type^ to 
)  

Parameters

value
The object to change.

to
The type of object the object should be changed to.

Return Value

The new object changed to the specified type.

Requirements

Target Platforms

Help Version 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

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