[]
        
(Showing Draft Content)

C1.Win.C1Input.C1TextBox.ChangeType

ChangeType Method

ChangeType(object)

Declaration
protected object ChangeType(object value)
Protected Function ChangeType(value As Object) As Object
Parameters
Type Name Description
object value
Returns
Type Description
object

ChangeType(object, Type)

Declaration
protected object ChangeType(object value, Type targetType)
Protected Function ChangeType(value As Object, targetType As Type) As Object
Parameters
Type Name Description
object value
Type targetType
Returns
Type Description
object