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

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

    Parameters

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