Overload | Description |
---|---|
ToBase64Chars(Byte[]) | Converts the given byte array to a Base64 char array. |
ToBase64Chars(Byte[],Int32,Int32) | Converts the given byte array to a Base64 char array. |
ToBase64Chars(Byte[],Int32,Int32,Char[],Int32) | Converts a subset of the given byte array to an equivalent subset of an 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. |