ILookupNormalizer Interface
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.
Provides an abstraction for normalizing keys (emails/names) for lookup purposes.
public interface class ILookupNormalizer
public interface ILookupNormalizer
type ILookupNormalizer = interface
Public Interface ILookupNormalizer
- Derived
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 |