[]
Operator for converting a theme location object to a string.
public static implicit operator string(C1ThemeLocator tl)
Type | Name | Description |
---|---|---|
C1ThemeLocator | tl | A theme location data. |
Type | Description |
---|---|
string |
The operator creates a new theme location object.
public static implicit operator C1ThemeLocator(string s)
Type | Name | Description |
---|---|---|
string | s | A theme location data. |
Type | Description |
---|---|
C1ThemeLocator |