[]
        
(Showing Draft Content)

C1.Win.Themes.C1Theme.HasValue

HasValue Method

HasValue(string)

Tests whether a path specifies a value.

Note that a path may be empty (i.e. IsEmpty(string) returns true) and still specify a value via a reference on one of its parents (i.e. this method will return true).

Declaration
public bool HasValue(string path)
Parameters
Type Name Description
string path

The path to test.

Returns
Type Description
bool

True if the path specifies a value, false otherwise.