StringUtilities..::..MaxSize Property

The maximum size of a string builder this will cache.

Namespace:  Tortuga.Anchor
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public static int MaxSize { get; set; }
Public Shared Property MaxSize As Integer
	Get
	Set

Remarks


The default value is 1000. You may need to modify this based on your usage.