SparqlSpecsHelperIsPLX Method |
Checks whether a given String matches the PLX rule from the SPARQL Specification.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static bool IsPLX(
char[] cs,
int startIndex,
out int endIndex
)
Public Shared Function IsPLX (
cs As Char(),
startIndex As Integer,
<OutAttribute> ByRef endIndex As Integer
) As Boolean
Parameters
- cs
- Type: SystemChar
String as character array. - startIndex
- Type: SystemInt32
Start Index. - endIndex
- Type: SystemInt32
Resulting End Index.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.SparqlSpecsHelper.IsPLX(System.Char[],System.Int32,System.Int32@)"]
See Also