op_Explicit

explicit operator

从指定 FixedLayoutFormats instance 的底层字段返回一个字节值

public static explicit operator byte(FixedLayoutFormats input)
范围 类型 描述
input FixedLayoutFormats 输入 FixedLayoutFormats 实例

也可以看看


explicit operator

将指定的原始字节值转换为有效的 FixedLayoutFormats 实例并返回它或抛出异常,指定的值是 invalid

public static explicit operator FixedLayoutFormats(byte raw)
范围 类型 描述
raw Byte 原始字节值

也可以看看