MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laString_IsEmpty Function
MPLAB® Harmony Graphics Suite
laString_IsEmpty Function
C
LIB_EXPORT laBool laString_IsEmpty(
    const laString* str
);
Parameters
Parameters 
Description 
const laString* str 
the string to analyze 
Returns

laBool - LA_TRUE if the string has data, LA_FALSE if not

MPLAB® Harmony Graphics Suite