StringBuffer.SubSequence(Int32, Int32) Method

Definition

Added in 1.

public string SubSequence (int start, int end);
override this.SubSequence : int * int -> string

Parameters

start
Int32
end
Int32

Returns

Remarks

Added in 1.4.

Java documentation for java.lang.StringBuffer.subSequence(int, int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to