truncatedByteCount property

int? truncatedByteCount
getter/setter pair

The number of bytes removed from the original string.

If this value is 0, then the string was not shortened.

Implementation

core.int? truncatedByteCount;