IAppendableExtensions Class

Definition

Provides managed extension methods for Java appendable character sequences.

public static class IAppendableExtensions
type IAppendableExtensions = class
Inheritance
IAppendableExtensions

Remarks

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.

Methods

Name Description
Append(IAppendable, String, Int32, Int32)

Appends the specified value to this character sequence.

Append(IAppendable, String)

Appends the specified value to this character sequence.

Applies to