共用方式為


BoolToStringConverter(String, String, ConverterMappingHints) 建構函式

定義

建立這個轉換器的新實例。 從存放區轉換時,會使用不區分大小寫的第一個字元測試。

public BoolToStringConverter (string falseValue, string trueValue, Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints mappingHints = default);
public BoolToStringConverter (string falseValue, string trueValue, Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints? mappingHints = default);
new Microsoft.EntityFrameworkCore.Storage.ValueConversion.BoolToStringConverter : string * string * Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints -> Microsoft.EntityFrameworkCore.Storage.ValueConversion.BoolToStringConverter
Public Sub New (falseValue As String, trueValue As String, Optional mappingHints As ConverterMappingHints = Nothing)

參數

falseValue
String

要用於 的 false 字串。

trueValue
String

要用於 的 true 字串。

mappingHints
ConverterMappingHints

可供 使用的 ITypeMappingSource 提示,以針對轉換的資料建立具有適當 Facet 的資料類型。

備註

如需詳細資訊和範例 ,請參閱 EF Core 值轉換器

適用於