View Article

Convert Class FromHexString() Overrides

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

  

FromHexString(ReadOnlyspan<Char>)

  • Parameters:
    • Chars: ReadOnlySpan <Char>
  • Return Type: Byte[]
  • Description: Converts the span, which encodes binary data as hex characters, to an equivalent 8-bit unsigned integer array.



FromHexString(String)

  • Parameters:
    • S: String
  • Return Type: Byte[]
  • Description: Converts the specified string, which encodes binary data as hex characters, to an equivalent 8-bit unsigned integer array.

#Rules
0 comments
11 views