HydraExpress™ C++ 2019 |
HydraExpress™ C++ API Reference Guide |
Product Documentation: HydraExpress C++ Documentation Home |
Encodes and decodes base64 encoded strings. More...
#include <rwsf/core/Base64Encoder.h>
Static Public Member Functions | |
static std::string | decode (const std::string &str) |
static std::string | encode (const std::string &str) |
Base64Encoder provides static functions for encoding and decoding base64 encoded strings.
|
static |
Decodes str using the base64 encoding described in RFC 2045.
|
static |
Encodes str using the base64 encoding described in RFC 2045.
Copyright © 2019 Rogue Wave Software, Inc. All Rights Reserved. |