Griaule Biometrics

Home » GrIsBased64Encoding

GrIsBased64Encoding

Verifies if a buffer is in Base64 format.

Return True if the supplied buffer is in Base64 format.
Otherwise, False is returned.

Parameters

[in] buffer

The buffer to be verified.

[in] bufferSize

The size in bytes of the supplied buffer.

Declaration

C++

bool __stdcall GrIsBase64Encoding(const char* buffer, int bufferSize);

Delphi

function GrIsBase64Encoding(buffer: Pchar; bufferSize:Integer): Boolean; stdcall;