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