Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1StyleBackgroundImage Class / Parse Method
The text to parse.

In This Topic
    Parse Method (C1StyleBackgroundImage)
    In This Topic
    Parses the text and returns a background-image.
    Syntax
    'Declaration
     
    
    Public Shared Function Parse( _
       ByVal text As String _
    ) As C1StyleBackgroundImage
    public static C1StyleBackgroundImage Parse( 
       string text
    )

    Parameters

    text
    The text to parse.

    Return Value

    The parsed background-image. If not succeeded returns null.
    See Also