'Declaration Public Function HasValue( _ ByVal path As System.String _ ) As System.Boolean
public System.bool HasValue( System.string path )
Parameters
- path
- The path to test.
Return Value
True if the path specifies a value, false otherwise.
Note that a path may be empty (i.e. IsEmpty returns true) and still specify a value via a reference on one of its parents (i.e. this method will return true).
'Declaration Public Function HasValue( _ ByVal path As System.String _ ) As System.Boolean
public System.bool HasValue( System.string path )