Verifies if a buffer is in Base64 format.
| Return | True if the supplied buffer is in Base64 format. Otherwise, False is returned. |
| [in] buffer |
The buffer to be verified. |
| [in] bufferSize |
The size in bytes of the supplied buffer. |
C++
bool __stdcall GrIsBase64Encoding(const char* buffer, int bufferSize);
Delphi
function GrIsBase64Encoding(buffer: Pchar; bufferSize:Integer): Boolean; stdcall;