UpperInvariantLookupNormalizer.NormalizeEmail(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a normalized representation of the specified email
.
public:
virtual System::String ^ NormalizeEmail(System::String ^ email);
public string NormalizeEmail (string email);
public string? NormalizeEmail (string? email);
abstract member NormalizeEmail : string -> string
override this.NormalizeEmail : string -> string
Public Function NormalizeEmail (email As String) As String
Parameters
- String
The email to normalize.
Returns
A normalized representation of the specified email
.