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