Java.Lang.StringBuilder.TrimToSize Method
Trims off any extra capacity beyond the current length.

Syntax

[Android.Runtime.Register("trimToSize", "()V", "")]
public override void TrimToSize ()

Remarks

Trims off any extra capacity beyond the current length. Note, this method is NOT guaranteed to change the capacity of this object.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1