'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.