View Article

Convert Class ToInt64() Overrides

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

  

Note: The following method always throws InvalidCaseException: 

  • ToInt64(DateTime)



ToInt64(String)

  • Parameters:
    • Value: String
  • Return Type: Int64
  • Description: Converts the value of the specified string representation of a number to an equivalent 64-bit signed integer.



ToInt64(UInt16)

  • Parameters:
    • Value: UInt16
  • Return Type: Int64
  • Description: Converts the value of the specified 16-bit unsigned integer to an equivalent 64-bit signed integer.



ToInt64(UInt32)

  • Parameters:
    • Value: UInt32
  • Return Type: Int64
  • Description: Converts the value of the specified 32-bit unsigned integer to an equivalent 64-bit signed integer.



ToInt64(UInt64)

  • Parameters:
    • Value: UInt64
  • Return Type: Int64
  • Description: Converts the value of the specified 64-bit unsigned integer to an equivalent 64-bit signed integer.



ToInt64(Object)

  • Parameters:
    • Value: Object
  • Return Type: Int64
  • Description: Converts the value of the specified object to an equivalent 64-bit signed integer.



ToInt64(String, IFormatProvider)

  • Parameters:
    • Value: String
    • Provider: IFormatProvider
  • Return Type: Int64
  • Description: Converts the specified string representation of a number to an equivalent 64-bit signed integer, using the specified culture-specific formatting information.



ToInt64(String, Int32)

  • Parameters:
    • Value: String
    • FromBase: Int32
  • Return Type: Int64
  • Description: Converts the string representation of a number in a specified base to an equivalent 64-bit signed integer.



ToInt64(Single)

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



ToInt64(Object, IFormatProvider)

  • Parameters:
    • Value: Object
    • Provider: IFormatProvider
  • Return Type: Int64
  • Description: Converts the value of the specified object to an equivalent 64-bit signed integer, using the specified culture-specific formatting information.



ToInt64(SByte)

  • Parameters:
    • Value: SByte
  • Return Type: Int64
  • Description: Converts the value of the specified 8-bit signed integer to an equivalent 64-bit signed integer.



ToInt64(Int16)

  • Parameters:
    • Value: Int16
  • Return Type: Int64
  • Description: Converts the value of the specified 16-bit signed integer to an equivalent 64-bit signed integer.



ToInt64(Int32)

  • Parameters:
    • Value: Int32
  • Return Type: Int64
  • Description: Converts the value of the specified 32-bit signed integer to an equivalent 64-bit signed integer.



ToInt64(Double)

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



ToInt64(Decimal)

  • Parameters:
    • Value: Decimal
  • Return Type: Int64
  • Description: Converts the value of the specified decimal number to an equivalent 64-bit signed integer.



ToInt64(Char)

  • Parameters:
    • Value: Char
  • Return Type: Int64
  • Description: Converts the value of the specified Unicode character to an equivalent 64-bit signed integer.



ToInt64(Byte)

  • Parameters:
    • Value: Byte
  • Return Type: Int64
  • Description: Converts the value of the specified 8-bit unsigned integer to an equivalent 64-bit signed integer.



ToInt64(Boolean)

  • Parameters:
    • Value: Boolean
  • Return Type: Int32
  • Description: Converts the specified Boolean value to an equivalent 64-bit signed integer.

#Rules
0 comments
11 views