Click or drag to resize

IriSpecsHelperIsIPv6Address Method

Gets whether a string matches the IPv6address production.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool IsIPv6Address(
	string value
)

Parameters

value
Type: SystemString
String.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Parsing.IriSpecsHelper.IsIPv6Address(System.String)"]

See Also