Search
Convertible Members
Methods
 


The following tables list the members exposed by the Convertible type.

 Public Methods

  Name Description

toBoolean

Converts the value of this instance to an equivalent boolean value using the specified culture-specific formatting information.

toByte

Converts the value of this instance to an equivalent byte value using the specified culture-specific formatting information.

toChar

Converts the value of this instance to an equivalent char value using the specified culture-specific formatting information.

toDateTime

Converts the value of this instance to an equivalent DateTime value using the specified culture-specific formatting information.

toDecimal

Converts the value of this instance to an equivalent big integer value using the specified culture-specific formatting information.

toDouble

Converts the value of this instance to an equivalent double value using the specified culture-specific formatting information.

toInt

Converts the value of this instance to an equivalent integer value using the specified culture-specific formatting information.

toLong

Converts the value of this instance to an equivalent long value using the specified culture-specific formatting information.

toShort

Converts the value of this instance to an equivalent short value using the specified culture-specific formatting information.

toSingle

Converts the value of this instance to an equivalent float value using the specified culture-specific formatting information.

toString

Converts the value of this instance to an equivalent string value using the specified culture-specific formatting information.

toType

Converts the value of this instance to an equivalent value of the specified type using the specified culture-specific formatting information.

 See Also