RoleManager<TRole>.NormalizeKey(String) Method

Definition

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.

Applies to