company logo

String :: lengthInBytes - Gets the number of bytes stored in the current String object.

Independent on the coding type of the String object, the functions returns the number bytes occupied by the current String object. For all 8 bit coding types the function returns the same as lengthInUnits().

Return value:  Maximum size of buffer or string ( int32  )

Implementation details

int32 String  :: lengthInBytes (  )