Contents

Text.TruncationMode.middle

Truncate in the middle of the line.

Declaration

case middle

Discussion

Use this kind of truncation to omit characters from the middle of the string. For example, you could truncate the English alphabet as “ab…yz”.

See Also

Getting text truncation modes