TurtleSpecsHelperIsPLX Method |
Checks whether a given String matches the PLX rule from the Turtle W3C Specification.
Namespace:
VDS.RDF.Parsing
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.Parsing.TurtleSpecsHelper.IsPLX(System.Char[],System.Int32,System.Int32@)"]
See Also