August 2003
Intermediate to advanced
928 pages
32h 1m
English
BestFitMappingAttribute
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; }
}
System.Object
→
System.Attribute
→
BestFitMappingAttribute
Assembly, Class, Struct, Interface