LoginNormalizeEmailToLogin Method |
Removes any special characters in email address to transform into login.
Only uses the 'login' part. (login@domain)
Namespace:
Packflow.Interface.Account
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntaxprotected virtual string NormalizeEmailToLogin(
string emailAddress
)
Parameters
- emailAddress
- Type: SystemString
Return Value
Type:
StringThe normalized login
See Also