UnmanagedFunctionPointerAttribute.BestFitMapping Field
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.
Enables or disables best-fit mapping behavior when converting Unicode characters to ANSI characters.
public: bool BestFitMapping;
public bool BestFitMapping;
val mutable BestFitMapping : bool
Public BestFitMapping As Boolean
Field Value
Remarks
The BestFitMapping field is true
by default, which means that best-fit mapping behavior is enabled. If the field is false
, best-fit mapping is disabled. Settings for this field override any level settings for the BestFitMappingAttribute attribute.
For more information, see BestFitMapping.