EmailComponent.valueFromString method
EmailComponent › valueFromString
Converts a string to an email address.Signature:
valueFromString(str: string): stringParameters:
| Parameter | Type | Description |
|---|---|---|
| str | string | The string to convert. |
Returns: string — The email address.