Function IsBase64#
Defined in File base64.h
Function Documentation#
-
inline bool IsBase64(const unsigned char c)#
check whether its a Base64 format
- Parameters:
c – [in] character to be looked for
- Returns:
true if Base64 format
Defined in File base64.h
check whether its a Base64 format
c – [in] character to be looked for
true if Base64 format