View Article

Convert Class ToHexString() Overrides

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

  

ToHexString(Byte[], Int32, Int32)

  • Parameters:
    • InArray: Byte[]
    • Offset: Int32
    • Length: Int32
  • Return Type: String
  • Description: Converts a subset of an array of 8-bit unsigned integers to its equivalent string representation that is encoded with uppercase hex characters. Parameters specify the subset as an offset in the input array and the number of elements in the array to convert.



ToHexString(ReadOnlySpan<Byte>)

  • Parameters:
    • Bytes: ReadOnlySpan<Byte>
  • Return Type: String
  • Description: Converts a span of 8-bit unsigned integers to its equivalent string representation that is encoded with uppercase hex characters.



ToHexString(Byte[])

  • Parameters:
    • InArray: Byte[]
  • Return Type: String
  • Description: Converts an array of 8-bit unsigned integers to its equivalent string representation that is encoded with uppercase hex characters.


#Rules

0 comments
10 views