company logo

Binary :: toBase64 - Create base 64 string from binary data block

The function converts the binary data block into a base 64 string (6-bit encoding).

Return value:  Base 64 string ( odaba::String & )

The string contains binary data represented as 6-bit characters (base 64).

Implementation details

odaba::String Binary  :: toBase64 (  )