See Also

dotnetCHARTING Namespace

Language

Visual Basic

C#

Show All

See AlsoLanguages dotnetCHARTING Send comments on this topic.

TruncationMode Enumeration

Specifies how to trim characters from a string that exceeds a maximum number of characters.

Members

MemberDescription
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.

See Also

dotnetCHARTING Namespace

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.