NPanoseNumber Class Members
In This Topic
The following tables list the members exposed by NPanoseNumber.
Public Constructors
Protected Fields
| Name | Description |
| ffW | |
Top
Public Methods
| Name | Description |
| DeepClone | Creates an identical copy of this object. |
| Deserialize | Deserializes the object state from the specified property bag. |
| Serialize | Serializes the object state into the specified property bag. |
| ToByteArrayString | Gets the byte array string for this panose number. |
| ToHexString | Gets the hex representation of this number. |
| TryParse | Tries to parse the given HEX string as a panose number and returns true if parsing was successful. The given string should be exactly 20 characters long and contain 10 bytes of data each encoded with 2 HEX digits, for example the string "02020603050405020304", which is the panose number of the "Times New Roman" font. |
Top
See Also