Note: The following methods always throw InvalidCaseException:
- ToDecimal(DateTime)
- ToDecimal(Char)
ToDecimal(Single)
- Parameters:
- Return Type: Decimal
- Description: Converts the value of the specified single-precision floating-point number to the equivalent decimal number.
ToDecimal(String)
- Parameters:
- Return Type: Decimal
- Description: Converts the specified string representation of a number to an equivalent decimal number.
ToDecimal(UInt16)
- Parameters:
- Return Type: Decimal
- Description: Converts the value of the specified 16-bit unsigned integer to an equivalent decimal number.
ToDecimal(String, IFormatProvider)
- Parameters:
- Value: String
- Provider: IFormatProvider
- Return Type: Decimal
- Description: Converts the specified string representation of a number to an equivalent decimal number, using the specified culture-specific formatting information.
ToDecimal(UInt64)
- Parameters:
- Return Type: Decimal
- Description: Converts the value of the specified 64-bit unsigned integer to an equivalent decimal number.
ToDecimal(Object, IFormatProvider)
- Parameters:
- Value: Object
- Provider: IFormatProvider
- Return Type: Decimal
- Description: Converts the value of the specified object to an equivalent decimal number, using the specified culture-specific formatting information.
ToDecimal(Sbyte)
- Parameters:
- Return Type: Decimal
- Description: Converts the value of the specified 8-bit signed integer to an equivalent decimal number.
ToDecimal(UInt32)
- Parameters:
- Return Type: Decimal
- Description: Converts the value of the specified 32-bit unsigned integer to an equivalent decimal number.
ToDecimal(Object)
- Parameters:
- Return Type: Decimal
- Description: Converts the value of the specified object to an equivalent decimal number.
ToDecimal(Int64)
- Parameters:
- Return Type: Decimal
- Description: Converts the value of the specified 64-bit signed integer to an equivalent decimal number.
ToDecimal(Int32)
- Parameters:
- Return Type: Decimal
- Description: Converts the value of the specified 32-bit signed integer to an equivalent decimal number.
ToDecimal(Int16)
- Parameters:
- Return Type: Decimal
- Description: Converts the value of the specified 16-bit signed integer to an equivalent decimal number.
ToDecimal(Double)
- Parameters:
- Return Type: Decimal
- Description: Converts the value of the specified double-precision floating-point number to an equivalent decimal number.
ToDecimal(Byte)
- Parameters:
- Return Type: Decimal
- Description: Converts the value of the specified 8-bit unsigned integer to an equivalent decimal number.
ToDecimal(Boolean)
- Parameters:
- Return Type: Decimal
- Description: Converts the specified Boolean value to an equivalent decimal number.
#Rules