'Declaration
Public Shared Function Parse( _ ByVal text As String _ ) As Nullable(Of C1StyleFontWeight)
public static Nullable<C1StyleFontWeight> Parse( string text )
Parameters
- text
- The text to parse.
Return Value
The parsed weight. If not succeeded returns null.