MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laString_ToCharBuffer Function
MPLAB® Harmony Graphics Suite
laString_ToCharBuffer Function
C
LIB_EXPORT uint32_t laString_ToCharBuffer(
    const laString* str, 
    GFXU_CHAR* buffer, 
    uint32_t size
);
Parameters
Parameters 
Description 
laString* str 
the string to reference 
GFXU_CHAR* buffer 
the destination buffer 
uint32_t size 
the max size of the destination buffer 
Returns

uint32_t - the number of characters copied

MPLAB® Harmony Graphics Suite