View Article

Convert Class ToDouble() Overrides

By Xelence Documentation posted 03-04-2024 14:23

  

Note: The following methods always throw InvalidCaseException: 

  • ToDouble(DateTime)
  • ToDouble(Char)



ToDouble(Object, IFormatProvider)

  • Parameters:
    • Value: Object
    • Provider: IFormatProvider
  • Return Type: Double
  • Description: Converts the value of the specified object to a double-precision floating-point number, using the specified culture-specific formatting information.



ToDouble(UInt64)

  • Parameters:
    • Value: UInt64
  • Return Type: Double
  • Description: Converts the value of the specified 64-bit unsigned integer to an equivalent double-precision floating-point number.



ToDouble(UInt32)

  • Parameters:
    • Value: UInt32
  • Return Type: Double
  • Description: Converts the value of the specified 32-bit unsigned integer to an equivalent double-precision floating-point number.



ToDouble(UInt16)

  • Parameters:
    • Value: UInt16
  • Return Type: Double
  • Description: Converts the value of the specified 16-bit unsigned integer to an equivalent double-precision floating-point number.



ToDouble(String)

  • Parameters:
    • Value: String
  • Return Type: Double
  • Description: Converts the specified string representation of a number to an equivalent double-precision floating-point number.



ToDouble(String, IFormatProvider)

  • Parameters:
    • Value: String
    • Provider: IFormatProvider
  • Return Type: Double
  • Description: Converts the specified string representation of a number to an equivalent double-precision floating-point number, using the specified culture-specific formatting information.



ToDouble(SByte)

  • Parameters:
    • Value: SByte
  • Return Type: Double
  • Description: Converts the value of the specified 8-bit signed integer to an equivalent double-precision floating-point number.



ToDouble(Object)

  • Parameters:
    • Value: Object
  • Return Type: Double
  • Description: Converts the value of the specified object to an equivalent double-precision floating-point number.



ToDouble(Single)

  • Parameters:
    • Value: Single
  • Return Type: Double
  • Description: Converts the value of the specified single-precision floating-point number to an equivalent double-precision floating-point number.



ToDouble(Int32)

  • Parameters:
    • Value: Int32
  • Return Type: Double
  • Description: Converts the value of the specified 32-bit signed integer to an equivalent double-precision floating-point number.



ToDouble(Int16)

  • Parameters:
    • Value: Int16
  • Return Type: Double
  • Description: Converts the value of the specified 16-bit signed integer to an equivalent double-precision floating-point number.



ToDouble(Decimal)

  • Parameters:
    • Value: Decimal
  • Return Type: Double
  • Description: Converts the value of the specified decimal number to an equivalent double-precision floating-point number.



ToDouble(Byte)

  • Parameters:
    • Value: Byte
  • Return Type: Double
  • Description: Converts the value of the specified 8-bit unsigned integer to an equivalent double-precision floating-point number.



ToDouble(Boolean)

  • Parameters:
    • Value: Boolean
  • Return Type: Double
  • Description: Converts the specified Boolean value to an equivalent double-precision floating-point number.



ToDouble(Int64)

  • Parameters:
    • Value: Int64
  • Return Type: Double
  • Description: Converts the value of the specified 64-bit signed integer to an equivalent double-precision floating-point number.


#Rules

0 comments
11 views