Specifies how to trim characters from a string that exceeds a maximum number of characters.
| Member | Description |
|---|---|
| Start | The end of a string is removed until the specified number of characters remains. (ABCD..) |
| Middle | The start and end of a string is removed until the specified number of characters remains. (..EFGH..) |
| End | The start of a string is removed until the specified number of characters remains. (..IJKL) |
| StartEnd | The middle of a string is removed until the specified number of characters remains (ABCD..IJKL) |
| None | No trimming is performed. |
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.