Table of Contents

Class Ipv6

Namespace
Veritas.Telecom
Assembly
Veritas.dll

Provides validation for IPv6 addresses.

public static class Ipv6
Inheritance
Ipv6
Inherited Members

Methods

TryValidate(ReadOnlySpan<char>, out ValidationResult<Ipv6Value>)

Attempts to validate the supplied input as an IPv6 address.

public static bool TryValidate(ReadOnlySpan<char> input, out ValidationResult<Ipv6Value> result)

Parameters

input ReadOnlySpan<char>

Candidate address to validate.

result ValidationResult<Ipv6Value>

The validation outcome including the parsed value when valid.

Returns

bool

true if validation succeeded; otherwise, false.