RoleManager<TRole>.NormalizeKey(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.
Gets a normalized representation of the specified key
.
public:
virtual System::String ^ NormalizeKey(System::String ^ key);
public virtual string NormalizeKey (string key);
public virtual string? NormalizeKey (string? key);
abstract member NormalizeKey : string -> string
override this.NormalizeKey : string -> string
Public Overridable Function NormalizeKey (key As String) As String
Parameters
- key
- String
The value to normalize.
Returns
A normalized representation of the specified key
.