[]
        
(Showing Draft Content)

C1.Win.Themes.C1ThemeVersion.Parse

Parse Method

Parse(string, bool, C1ThemeVersion)

Converts a string to a C1ThemeVersion object.

Declaration
public static C1ThemeVersion Parse(string s, bool throwException, C1ThemeVersion defaultValue)
Parameters
Type Name Description
string s

The string to convert.

bool throwException

Indicates whether an exception should be thrown if the specified string cannot be converted.

C1ThemeVersion defaultValue

The default version (used if the version could not be parsed, and throwException is false).

Returns
Type Description
C1ThemeVersion

The newly created instance of C1ThemeVersion type, or null.