Dela via


DllImportData.BestFitMapping Property

Definition

Enables or disables best-fit mapping behavior when converting Unicode characters to ANSI characters. Null if not specified (the setting for the containing type or assembly should be used, BestFitMappingAttribute).

public:
 property Nullable<bool> BestFitMapping { Nullable<bool> get(); };
public bool? BestFitMapping { get; }
member this.BestFitMapping : Nullable<bool>
Public ReadOnly Property BestFitMapping As Nullable(Of Boolean)

Property Value

Applies to