Class UkPostcode
Represents a UK Postcode.
public record UkPostcode : IEquatable<UkPostcode>
- Inheritance
-
UkPostcode
- Implements
- Inherited Members
Constructors
UkPostcode(string)
Initialises a new instance of UkPostcode.
public UkPostcode(string value)
Parameters
value
stringPostcode as string.
Operators
implicit operator string(UkPostcode)
Operator for casting implicitly from a UkPostcode instance to its string equivalent.
public static implicit operator string(UkPostcode value)
Parameters
value
UkPostcodeAn instance of UkPostcode.