Class Username
Represents a username.
public record Username : ConceptAs<string>, IComparable<ConceptAs<string>>, IComparable<string>, IComparable, IEquatable<ConceptAs<string>>, IEquatable<Username>
- Inheritance
-
Username
- Implements
- Inherited Members
Constructors
Username(string)
Represents a username.
public Username(string Value)
Parameters
ValuestringThe actual value.
Fields
Empty
Gets the representation of an empty Username.
public static readonly Username Empty
Field Value
Operators
implicit operator Username(string)
Implicitly convert from a string to Username.
public static implicit operator Username(string value)
Parameters
valuestringString to convert from.