View Article

Convert Class ToSByte() Overrides

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

  

Note: The following method always throws InvalidCaseException: 

  • ToSByte(DateTime)



ToSByte(UInt32)

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



ToSByte(String)

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



ToSByte(UInt64)

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



ToSByte(UInt16)

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



ToSByte(String, IFormatProvider)

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



ToSByte(String, Int32)

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



ToSByte(Single)

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



ToSByte(Object, IFormatProvider)

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



ToSByte(Int32)

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



ToSByte(Int64)

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



ToSByte(Object)

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



ToSByte(Byte)

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



ToSByte(Char)

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



ToSByte(Boolean)

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



ToSByte(Double)

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



ToSByte(Int16)

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



ToSByte(Decimal)

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


#Rules

0 comments
11 views