Class ShortenBehaviorEnum
defines string shortening behaviour
Namespace: Com.Kendox.Dcis.SubSystem.Service.Enumeration
Syntax
public sealed class ShortenBehaviorEnum : Enum
Fields
Name | Description |
---|---|
AtTheEnd | String length excess is trimed at the end |
AtTheStart | String length excess is trimed at the beginning |
No | String length is not checked for excess |
value__ |