[]
Converts a string to a C1ThemeVersion object.
public static C1ThemeVersion Parse(string s, bool throwException, C1ThemeVersion defaultValue)
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 |
Type | Description |
---|---|
C1ThemeVersion | The newly created instance of C1ThemeVersion type, or null. |