MetalamaAPI documentationFlashtrace APIFlashtrace.​FormattersUnsafe­String­BuilderThrow­On­Overflow
Open sandboxFocus

UnsafeStringBuilder.ThrowOnOverflow Property

ThrowOnOverflow

Gets a value indicating whether an System.OverflowException should be thrown when the buffer capacity is insufficient. If false, the Append method should return false without exception.

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