company logo

TypedString :: isEmpty - Is string empty

The property indicates, whether the string value of the typed string is empty or not.

Return value:  Success ( bool  )

The value is true when the function was executed successfully. Otherwise the value is set to false.

Implementation details

bool TypedString  :: isEmpty (  )

The function returns true, when the string value is empty ("") and false otherwise.