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.
|
Méthode | Description | |
---|---|---|
VerifyPropertyA ( ushort propertyA ) : bool |
Verify the value of property A whether sets the top bit for 1.
|
public Deserialize ( ushort data ) : void | ||
data | ushort | The code page data stores in the ushort type parameter. |
Résultat | void |