Method Parse
Parse(string)
Parses a 20-digit hexadecimal PANOSE value (for example from w:panose1/@w:val).
public static Panose Parse(string text)
Parameters
textstringThe text to parse.
Returns
- Panose
The parsed PANOSE value.
Exceptions
- ArgumentNullException
textis null.- FormatException
The text is not exactly 20 hexadecimal digits.