[]
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).
public bool HasValue(string path)
Type | Name | Description |
---|---|---|
string | path | The path to test. |
Type | Description |
---|---|
bool | True if the path specifies a value, false otherwise. |