Click or drag to resize

ValuedNodeExtensions Class

Extension Methods related to valued nodes.
Inheritance Hierarchy
SystemObject
  VDS.RDF.NodesValuedNodeExtensions

Namespace:  VDS.RDF.Nodes
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static class ValuedNodeExtensions

The ValuedNodeExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAsSafeBoolean
Tries to get the result of calling AsBoolean() on a node throwing an error if the node is null.
Public methodStatic memberAsValuedNode
Takes a INode and converts it to a IValuedNode if it is not already an instance that implements the interface.
Top
See Also