Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1StyleFontSize Structure / TryParse Method
The text to parse.
The returned font-size.

In This Topic
    TryParse Method (C1StyleFontSize)
    In This Topic
    Tries to parse the specified text and returns the value in the fontSize parameter.
    Syntax
    'Declaration
     
    
    Public Shared Function TryParse( _
       ByVal text As String, _
       ByRef fontSize As C1StyleFontSize _
    ) As Boolean
    public static bool TryParse( 
       string text,
       out C1StyleFontSize fontSize
    )

    Parameters

    text
    The text to parse.
    fontSize
    The returned font-size.
    See Also