op_Explicit

explicit operator

Returns a byte value from underlying field of specified FixedLayoutFormats instance

public static explicit operator byte(FixedLayoutFormats input)
Parameter Type Description
input FixedLayoutFormats Input FixedLayoutFormats instance

See Also


explicit operator

Casts specified raw byte value to valid FixedLayoutFormats instance and returns it or throws an exception, is specified value is invalid

public static explicit operator FixedLayoutFormats(byte raw)
Parameter Type Description
raw Byte Raw byte value

See Also