EmailAddress class
Represents a validated email.
to |
Retrieve the validated email address as a string. |
TypeScript
new EmailAddress(val: string)
Parameters
- val
-
string
Retrieve the validated email address as a string.
TypeScript
function toString(): string
Returns
string