'Declaration
Public Shared Function TryParse( _ ByVal text As String, _ ByRef fontWeight As C1StyleFontWeight _ ) As Boolean
public static bool TryParse( string text, out C1StyleFontWeight fontWeight )
Parameters
- text
- The text to parse.
- fontWeight
- The returned font-weight.