Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1StyleBackgroundImage Class / TryParse Method
The text to parse.
The returned background-image.

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

    Parameters

    text
    The text to parse.
    backgroundImage
    The returned background-image.
    See Also