UpperInvariantLookupNormalizer Class

Implements Microsoft.AspNetCore.Identity.ILookupNormalizer by converting keys to their upper cased invariant culture representation.

Namespace
Microsoft.AspNetCore.Identity
Assemblies
  • Microsoft.AspNetCore.Identity

Syntax

public class UpperInvariantLookupNormalizer : ILookupNormalizer
class Microsoft.AspNetCore.Identity.UpperInvariantLookupNormalizer

Methods

Normalize(System.String)

Returns a normalized representation of the specified <em>key</em> by converting keys to their upper cased invariant culture representation.

Arguments:key (System.String) – The key to normalize.
Return type:System.String
Returns:A normalized representation of the specified <em>key</em>.
public virtual string Normalize(string key)