Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1StyleRadialGradientDefinition Structure / TryParse Method
The text to parse.
The returned length.

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

    Parameters

    text
    The text to parse.
    definition
    The returned length.
    See Also