IriSpecsHelperIsIRegName Method |
Gets whether a string matches the ireg-name production.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static bool IsIRegName(
string value
)
Public Shared Function IsIRegName (
value As String
) As Boolean
Parameters
- value
- Type: SystemString
String.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Parsing.IriSpecsHelper.IsIRegName(System.String)"]
See Also