op_Explicit

explicit operator

Returns a byte value from underlying field of specified WordProcessingFormats instance

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

See Also


explicit operator

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

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

See Also