Name

BestFitMappingAttribute

Synopsis

This class determines whether Unicode characters are converted to ANSI characters by selecting the closest matching character.

public sealed class BestFitMappingAttribute : Attribute {
// Public Constructors
   public BestFitMappingAttribute(bool BestFitMapping);
// Public Instance Fields
   public bool ThrowOnUnmappableChar;
// Public Instance Properties
   public bool BestFitMapping{get; }
}

Hierarchy

System.Object System.Attribute BestFitMappingAttribute

Valid On

Assembly, Class, Struct, Interface

Get C# in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.