Click or drag to resize

StiConvertChangeType Method (Object, Type, Boolean)

[Missing <summary> documentation for "M:Stimulsoft.Base.StiConvert.ChangeType(System.Object,System.Type,System.Boolean)"]

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static Object ChangeType(
	Object value,
	Type conversionType,
	bool convertNulls
)

Parameters

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Stimulsoft.Base.StiConvert.ChangeType(System.Object,System.Type,System.Boolean)"]

conversionType
Type: SystemType

[Missing <param name="conversionType"/> documentation for "M:Stimulsoft.Base.StiConvert.ChangeType(System.Object,System.Type,System.Boolean)"]

convertNulls
Type: SystemBoolean

[Missing <param name="convertNulls"/> documentation for "M:Stimulsoft.Base.StiConvert.ChangeType(System.Object,System.Type,System.Boolean)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Stimulsoft.Base.StiConvert.ChangeType(System.Object,System.Type,System.Boolean)"]

See Also