Converts the specified region of the specified byte array to base 64.
inputBuffer The input to convert to base 64. inputOffset The offset into the byte array from which to begin using data. inputCount The number of bytes in the byte array to use as data.
The computed base 64 conversion.