You are here: Symbol Reference > Stimulsoft.Base Namespace > StiConvert Class > StiConvert Methods > ChangeType Method > ChangeType Method (object, Type, bool)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiConvert.ChangeType Method (object, Type, bool)

Changes a type of the specified value.

Syntax
C++
C#
Visual Basic
public: object ChangeType( object value, Type conversionType, bool convertNulls );
Parameters
Parameters 
Description 
value 
A parameter which type will be changed. 
conversionType 
A type to which the value parameter will be converted. 
convertNulls 
A parameter which, when converting zero values, instead of null, returns String.Empty, false for Boolean, ' ' for char or null for DateTime. 
Returns

Returns a value of the converted type.

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.