Table of Contents

Struct Ipv4Value

Namespace
Veritas.Telecom
Assembly
Veritas.dll

Represents a validated IPv4 address.

public readonly struct Ipv4Value
Inherited Members

Constructors

Ipv4Value(string)

Initializes a new instance of the Ipv4Value struct.

public Ipv4Value(string value)

Parameters

value string

The address string.

Properties

Value

Gets the normalized IPv4 address string.

public string Value { get; }

Property Value

string