Converts a byte array into string Inverse function convertStringToByteArray
The byte array to be converted
The starting index of array to be converted (Default: 0)
The number of bytes to be considered, iff startIndex is given. If null the byte array's length is considered
The converted string
Converts a byte array into string Inverse function convertStringToByteArray