8.7.2. vantage6.common.bytes_to_base64s#
- bytes_to_base64s(bytes_)#
Convert bytes into base64 encoded string.
- Parameters:
bytes (bytes) – The bytes to convert.
- Returns:
The base64 encoded string.
- Return type:
str
Convert bytes into base64 encoded string.
bytes (bytes) – The bytes to convert.
The base64 encoded string.
str