StringBuffer.SetLength(Int32) Método

Definición

Establece la longitud actual en un nuevo valor.

[Android.Runtime.Register("setLength", "(I)V", "")]
public override void SetLength(int newLength);
[<Android.Runtime.Register("setLength", "(I)V", "")>]
override this.SetLength : int -> unit

Parámetros

newLength
Int32
Atributos

Comentarios

Java documentación para java.lang.StringBuffer.setLength(int).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a