PostSharpAPI ReferencePost­Sharp.​Patterns.​FormattersUnsafe­String­BuilderThrow­On­Overflow
Open sandboxFocus

UnsafeStringBuilder.ThrowOnOverflow Property

ThrowOnOverflow

true if an OverflowException should be thrown when the buffer capacity is insufficient, false if the Append method should return false without exception.

Declaration
public bool ThrowOnOverflow { get; }
Property Value
Type Description
Boolean