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.
Applies to
See also
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.