Version

Search Results

Replace(Byte,Byte) Method

Replaces the source bytes with the destination bytes in this buffer. Syntax Parameters src Source byte.dst Destination byte.

Replace(Char,Char) Method

Replaces the source characters with the destination characters in this buffer. Syntax Parameters src Source character.dst Destination character.

Replace Method

Replaces the source bytes with the destination bytes in this buffer. Overload List

ToLower Method

Coverts the content of this buffer to lowercase. Syntax

ToString Method (CharBuffer)

Gets a string representation of the buffer. Syntax Return Value A string.

ToUpper Method

Coverts the content of this buffer to uppercase. Syntax

CharBuffer Constructor()

Initializes a new instance of the CharBuffer class. Syntax

CharBuffer Constructor(Byte[])

Initializes a new instance of the CharBuffer class. Syntax Parameters buffer Initial byte buffer.

CharBuffer Constructor(Char[])

Initializes a new instance of the CharBuffer class. Syntax Parameters buffer Initial character buffer.

CharBuffer Constructor(Int32)

Initializes a new instance of the CharBuffer class. Syntax Parameters capacity Initial capacity.