Version

Search Results

ToChar(IFormatProvider) Method

Convert this class instances value to a char type Syntax Parameters provider An IFormatProvider interface implementation that supplies culture-specific formatting information Return Value A Unicode character equivalent to the value of this instance Remarks If there is no meaningful conversion, this method will thr...

ToChar Method

Convert this class instances value to a char data type Overload List

ToDateTime() Method

Convert this class instances value to a DateTime data type Syntax

ToDateTime(IFormatProvider) Method

Convert this class instances value to a DateTime data type Syntax Parameters provider An IFormatProvider interface implementation that supplies culture-specific formatting information Return Value A DateTime equivalent to the value of this instance Remarks If there is no meaningful conversion, this method will thr...

ToDateTime Method

Convert this class instances value to a DateTime data type Overload List

ToDecimal() Method

Convert this class instances value to a decimal data type Syntax Return Value A Decimal equivalent to the value of this instance

ToDecimal(Decimal) Method

Converts the Value to a decimal data type Syntax Parameters result The resulting decimal value. If the return value is false, the result is 0. Return Value True if the value was successfully converted to a decimal; otherwise false.

ToDecimal(IFormatProvider) Method

Convert this class instances value to a decimal data type Syntax Parameters provider An IFormatProvider interface implementation that supplies culture-specific formatting information Return Value A Decimal equivalent to the value of this instance Remarks If there is no meaningful conversion, this method will throw...

ToDecimal Method

Convert this class instances value to a decimal data type Overload List

ToDouble() Method

Convert this class instances value to a double data type Syntax