CharBuffer.IAppendable.Append Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
IAppendable.Append(ICharSequence) | |
IAppendable.Append(ICharSequence, Int32, Int32) | |
IAppendable.Append(Char) |
IAppendable.Append(ICharSequence)
Java.Lang.IAppendable IAppendable.Append (Java.Lang.ICharSequence? csq);
abstract member Java.Lang.IAppendable.Append : Java.Lang.ICharSequence -> Java.Lang.IAppendable
override this.Java.Lang.IAppendable.Append : Java.Lang.ICharSequence -> Java.Lang.IAppendable
Parameters
- csq
- ICharSequence
Returns
Implements
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.
Applies to
IAppendable.Append(ICharSequence, Int32, Int32)
Java.Lang.IAppendable IAppendable.Append (Java.Lang.ICharSequence? csq, int start, int end);
abstract member Java.Lang.IAppendable.Append : Java.Lang.ICharSequence * int * int -> Java.Lang.IAppendable
override this.Java.Lang.IAppendable.Append : Java.Lang.ICharSequence * int * int -> Java.Lang.IAppendable
Parameters
- csq
- ICharSequence
- start
- Int32
- end
- Int32
Returns
Implements
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.
Applies to
IAppendable.Append(Char)
Java.Lang.IAppendable IAppendable.Append (char ch);
abstract member Java.Lang.IAppendable.Append : char -> Java.Lang.IAppendable
override this.Java.Lang.IAppendable.Append : char -> Java.Lang.IAppendable
Parameters
- ch
- Char
Returns
Implements
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.