TurtleSpecsHelperIsPNLocal Method |
Gets whether the given value matches the PN_LOCAL rule from the Turtle specification.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static bool IsPNLocal(
string value
)
Public Shared Function IsPNLocal (
value As String
) As Boolean
Parameters
- value
- Type: SystemString
Value.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Parsing.TurtleSpecsHelper.IsPNLocal(System.String)"]
See Also