Struct Ipv4Value
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
valuestringThe address string.
Properties
Value
Gets the normalized IPv4 address string.
public string Value { get; }