C# Class Microsoft.Protocols.TestSuites.MS_OXCFXICS.CodePage

The CodePage class used to transmit string properties using the code page format.
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
CodePage ( ) : System

Initializes a new instance of the CodePage class.

Deserialize ( ushort data ) : void

Deserialize the code page structure.

Serialize ( ) : byte[]

Serialize the code page data.

Size ( ) : int

Get the size of the code page structure.

Private Methods

Méthode Description
VerifyPropertyA ( ushort propertyA ) : bool

Verify the value of property A whether sets the top bit for 1.

Method Details

CodePage() public méthode

Initializes a new instance of the CodePage class.
public CodePage ( ) : System
Résultat System

Deserialize() public méthode

Deserialize the code page structure.
public Deserialize ( ushort data ) : void
data ushort The code page data stores in the ushort type parameter.
Résultat void

Serialize() public méthode

Serialize the code page data.
public Serialize ( ) : byte[]
Résultat byte[]

Size() public méthode

Get the size of the code page structure.
public Size ( ) : int
Résultat int