C # in a Nutshell, Second Edition
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 Valid On
Assembly, Class, Struct, Interface |