UpperInvariantLookupNormalizer Class
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.
Implements ILookupNormalizer by converting keys to their upper cased invariant culture representation.
public ref class UpperInvariantLookupNormalizer : Microsoft::AspNetCore::Identity::ILookupNormalizer
public ref class UpperInvariantLookupNormalizer sealed : Microsoft::AspNetCore::Identity::ILookupNormalizer
public class UpperInvariantLookupNormalizer : Microsoft.AspNetCore.Identity.ILookupNormalizer
public sealed class UpperInvariantLookupNormalizer : Microsoft.AspNetCore.Identity.ILookupNormalizer
type UpperInvariantLookupNormalizer = class
interface ILookupNormalizer
Public Class UpperInvariantLookupNormalizer
Implements ILookupNormalizer
Public NotInheritable Class UpperInvariantLookupNormalizer
Implements ILookupNormalizer
- Inheritance
-
UpperInvariantLookupNormalizer
- Implements
Constructors
UpperInvariantLookupNormalizer() |
Methods
Normalize(String) |
Returns a normalized representation of the specified |
NormalizeEmail(String) |
Returns a normalized representation of the specified |
NormalizeName(String) |
Returns a normalized representation of the specified |