BestFitMappingAttribute | .NET 1.1 |
System.Runtime.InteropServices (mscorlib.dll) | sealed class |
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
|