SparqlSpecsHelperIsPNPrefix Method  | 
 
            Checks whether a given String matches the PN_PREFIX rule from the SPARQL Specification.
            
 
    Namespace: 
   VDS.RDF.Query
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic static bool IsPNPrefix(
	char[] cs
)
Public Shared Function IsPNPrefix ( 
	cs As Char()
) As Boolean
Parameters
- cs
 - Type: SystemChar
String as character array. 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.SparqlSpecsHelper.IsPNPrefix(System.Char[])"]
See Also