View Article

Convert Class ToString() Overrides

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

  

ToString(Int32, Int32)

  • Parameters:
    • Value: Int32
    • ToBase: Int32
  • Return Type: String
  • Description: Converts the value of a 32-bit signed integer to its equivalent string representation in a specified base.



ToString(Decimal, IFormatProvider)

  • Parameters:
    • Value: Decimal
    • Provider: IFormatProvider
  • Return Type: String
  • Description: Converts the value of the specified decimal number to its equivalent string representation, using the specified culture-specific formatting information.



ToString(Double, IFormatProvider)

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



ToString(Int16, IFormatProvider)

  • Parameters:
    • Value: Int16
    • Provider: IFormatProvider
  • Return Type: String
  • Description: Converts the value of the specified 16-bit signed integer to its equivalent string representation, using the specified culture-specific formatting information.



ToString(Int16, Int32)

  • Parameters:
    • Value: Int16
    • ToBase: Int32
  • Return Type: String
  • Description: Converts the value of the specified 16-bit signed integer to its equivalent string representation in a specified base.



ToString(Int32, IFormatProvider)

  • Parameters:
    • Value: Int32
    • Provider: IFormatProvider
  • Return Type: String
  • Description: Converts the value of the specified 32-bit signed integer to its equivalent string representation, using the specified culture-specific formatting information.



ToString(Int64, IFormatProvider)

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



ToString(UInt64)

  • Parameters:
    • Value: UInt64
  • Return Type: String
  • Description: Converts the value of the specified 64-bit unsigned integer to its equivalent string representation.



ToString(Object, IFormatProvider)

  • Parameters:
    • Value: Object
    • Provider: IFormatProvider
  • Return Type: String
  • Description: Converts the value of the specified object to its equivalent string representation, using the specified culture-specific formatting information.



ToString(SByte, IFormatProvider)

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



ToString(Single, IFormatProvider)

  • Parameters:
    • Value: Single
    • Provider: IFormatProvider
  • Return Type: String
  • Description: Converts the value of the specified single-precision floating-point to its equivalent string representation, using the specified culture-specific formatting information.



ToString(UInt16, IFormatProvider)

  • Parameters:
    • Value: UInt16
    • Provider: IFormatProvider
  • Return Type: String
  • Description: Converts the value of the specified 16-bit unsigned integer to its equivalent string representation, using the specified culture-specific formatting information.



ToString(UInt32, IFormatProvider)

  • Parameters:
    • Value: UInt32
    • Provider: IFormatProvider
  • Return Type: String
  • Description: Converts the value of the specified 32-bit unsigned integer to its equivalent string representation, using the specified culture-specific formatting information.



ToString(UInt64, IFormatProvider)

  • Parameters:
    • Value: UInt64
    • Provider: IFormatProvider
  • Return Type: String
  • Description: Converts the value of the specified 64-bit unsigned integer to its equivalent string representation, using the specified culture-specific formatting information.



ToString(DateTime, IFormatProvider)

  • Parameters:
    • Value: DateTime
    • Provider: IFormatProvider
  • Return Type: String
  • Description: Converts the value of the specified DateTime to its equivalent string representation, using the specified culture-specific formatting information.



ToString(Int64, Int32)

  • Parameters:
    • Value: UInt64
    • ToBase: Int32
  • Return Type: String
  • Description: Converts the value of a 64-bit signed integer to its equivalent string representation in a specified base.



ToString(Char, IFormatProvider)

  • Parameters:
    • Value: Char
    • Provider: IFormatProvider
  • Return Type: String
  • Description: Converts the value of the specified Unicode character to its equivalent string representation, using the specified culture-specific formatting information.



ToString(UInt32)

  • Parameters:
    • Value: UInt32
  • Return Type: String
  • Description: Converts the value of the specified 32-bit unsigned integer to its equivalent string representation.



ToString(Byte, IFormatProvider)

  • Parameters:
    • Value: Byte
    • Provider: IFormatProvider
  • Return Type: String
  • Description: Converts the value of the specified 8-bit unsigned integer to its equivalent string representation, using the specified culture-specific formatting information.



ToString(Boolean)

  • Parameters:
    • Value: Boolean
  • Return Type: String
  • Description: Converts the specified Boolean value to its equivalent string representation.



ToString(Byte)

  • Parameters:
    • Value: Byte
  • Return Type: String
  • Description: Converts the value of the specified 8-bit unsigned integer to its equivalent string representation.



ToString(Char)

  • Parameters:
    • Value: Char
  • Return Type: String
  • Description: Converts the value of the specified Unicode character to its equivalent string representation.



ToString(DateTime)

  • Parameters:
    • Value: DateTime
  • Return Type: String
  • Description: Converts the value of the specified DateTime to its equivalent string representation.



ToString(Double)

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



ToString(Int16)

  • Parameters:
    • Value: Int16
  • Return Type: String
  • Description: Converts the value of the specified 16-bit signed integer to its equivalent string representation.



ToString(Int32)

  • Parameters:
    • Value: Int32
  • Return Type: String
  • Description: Converts the value of the specified 32-bit signed integer to its equivalent string representation.



ToString(Decimal)

  • Parameters:
    • Value: Decimal
  • Return Type: String
  • Description: Converts the value of the specified decimal number to its equivalent string representation.



ToString(Object)

  • Parameters:
    • Value: Object
  • Return Type: String
  • Description: Converts the value of the specified object to its equivalent string representation.



ToString(SByte)

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



ToString(Single)

  • Parameters:
    • Value: Single
  • Return Type: String
  • Description: Converts the value of the specified single-precision floating-point number to its equivalent string representation.



ToString(UInt16)

  • Parameters:
    • Value: UInt16
  • Return Type: String
  • Description: Converts the value of the specified 16-bit unsigned integer to its equivalent string representation.



ToString(Byte, Int32)

  • Parameters:
    • Value: Byte
    • ToBase: Int32
  • Return Type: String
  • Description: Converts the value of the specified 8-bit unsigned integer to its equivalent string representation in specified base.



ToString(Boolean, IFormatProvider)

  • Parameters:
    • Value: Boolean
    • Provider: IFormatProvider
  • Return Type: String
  • Description: Converts the specified Boolean value to its equivalent string representation, using the specified culture-specific formatting information.



ToString(Int64)

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

#Rules
0 comments
11 views