UserManager<TUser>.NormalizeName(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.
Normalize user or role name for consistent comparisons.
public:
virtual System::String ^ NormalizeName(System::String ^ name);
public virtual string NormalizeName (string name);
public virtual string? NormalizeName (string? name);
abstract member NormalizeName : string -> string
override this.NormalizeName : string -> string
Public Overridable Function NormalizeName (name As String) As String
Parameters
- name
- String
The name to normalize.
Returns
A normalized value representing the specified name
.