Version

Search Results

TextEncoding Class Properties

Public Properties

CodePage Property

Gets the code page. Syntax

Encode(Byte) Method

Encodes a byte. Syntax Parameters b A byte to encode. Return Value Encoded value.

Encode(Byte[]) Method

Encodes an array of bytes. Syntax Parameters buffer An array of bytes to encode. Return Value Encoded value.

Encode Method

Encodes a byte. Overload List

GetEncoding Method

Gets an encoding that is associated with the specified charset. Syntax Parameters charset Required charset. Return Value Associated encoding.

TextEncoding Constructor

Initializes a new instance of the TextEncoding class. Syntax Parameters codePage Required code page.

Infragistics.Documents.Reports.Utils Namespace

Classes Class Description Interfaces Interface Description Enumerations Enumeration Description See Also Reference Infragistics.Documents.Reports Assembly

IBookmark Interface

Represents a bookmark. Syntax