NevronOpenVision
Nevron.Nov.Graphics Namespace / NPanoseNumber Class / TryParse Method
TryParse Method (NPanoseNumber)
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.
Syntax
public static System.bool TryParse( 
   System.string hexString,
   out NPanoseNumber result
)

Parameters

hexString
result
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also