View Article

Convert Class ToBase64CharArray() Overrides

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

  

ToBase64CharArray(Byte[], Int32, Int32, Char[], Int32)

  • Parameters:
    • InArray: Byte[]
    • OffsetIn: Int32
    • Length: Int32
    • OutArray: Char[]
    • OffsetOut: Int32
  • Return Type: Int32
  • Description: Converts a subset of an 8-bit unsigned integer array to an equivalent subset of a Unicode character array encoded with base-64 digits. Parameters specify the subsets as offsets in the input and output arrays, and the number of elements in the input array to convert.



ToBase64CharArray(Byte[], Int32, Int32, Char[], Int32, Base64FormattingOptions)

  • Parameters:
    • InArray: Byte[]
    • OffsetIn: Int32
    • Length: Int32
    • OutArray: Char[]
    • OffsetOut: Int32
    • Options: Base64FormattingOptions
  • Return Type: Int32
  • Description: Converts a subset of an 8-bit unsigned integer array to an equivalent subset of a Unicode character array encoded with base-64 digits. Parameters specify the subsets as offsets in the input and output arrays, the number of elements in the input array to convert, and whether line breaks are inserted in the output array.

#Rules
0 comments
10 views