Click or drag to resize

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
)

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: Object
Returns a value of the converted type.
See Also