StiReportChangeType Method (Object, Type) |
Changes a type of the specified value.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static Object ChangeType(
Object value,
Type conversionType
)
Public Shared Function ChangeType (
value As Object,
conversionType As Type
) As Object
Parameters
- value
- Type: SystemObject
A parameter which type will be changed. - conversionType
- Type: SystemType
A type to which the value parameter will be converted.
Return Value
Type:
ObjectReturns a value of the converted type.
See Also