PhysicalAddressToBytesConverter 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 PhysicalAddress 转换为 和 。Byte
public class PhysicalAddressToBytesConverter : Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter<System.Net.NetworkInformation.PhysicalAddress,byte[]>
type PhysicalAddressToBytesConverter = class
inherit ValueConverter<PhysicalAddress, byte[]>
Public Class PhysicalAddressToBytesConverter
Inherits ValueConverter(Of PhysicalAddress, Byte())
- 继承
注解
有关详细信息和示例 ,请参阅 EF Core 值转换器 。
构造函数
PhysicalAddressToBytesConverter() |
创建此转换器的新实例。 |
PhysicalAddressToBytesConverter(ConverterMappingHints) |
创建此转换器的新实例。 |
属性
方法
ComposeWith(ValueConverter) |
使用此实例编写另一 ValueConverter 个实例,以便将第一个转换的结果用作第二个转换的输入。 (继承自 ValueConverter) |