UnmanagedFunctionPointerAttribute.BestFitMapping Field

Definition

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.

Applies to

See also