UpperInvariantLookupNormalizer Class

Summary

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

Syntax

public class UpperInvariantLookupNormalizer : ILookupNormalizer

GitHub

View on GitHub

class Microsoft.AspNet.Identity.UpperInvariantLookupNormalizer

Methods

Normalize(System.String)

Returns a normalized representation of the specified key 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 <paramref name=”key” />.

public virtual string Normalize(string key)