f122fcb8 2551 f567 e423 d2c0b69372e2 - akesseler/Plexdata.Utilities.Templates GitHub Wiki
Indicates if string formatting should be treated as limited.
Namespace: Plexdata.Utilities.Formatting
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
public bool IsLimited { get; }
Type: Boolean
True if formatted string should be truncated up to a length of Maximum and false if formatted strings can be considered as unlimited.
Any value of property Maximum that is greater than zero and less than MaxValue is treated as limited.
Options Class
Plexdata.Utilities.Formatting Namespace
Options.Maximum