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