Click or drag to resize

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)
Syntax
C#
protected virtual string NormalizeEmailToLogin(
	string emailAddress
)

Parameters

emailAddress
Type: SystemString

Return Value

Type: String
The normalized login
See Also