op_Explicit

explicit operator

Returnerar ett bytevärde från underliggande fält för specificerad FixedLayoutFormats-instans

public static explicit operator byte(FixedLayoutFormats input)
Parameter Typ Beskrivning
input FixedLayoutFormats Mata in FixedLayoutFormats-instans

Se även


explicit operator

Kastar specificerat råbytevärde till en giltig FixedLayoutFormats-instans och returnerar den eller kastar ett undantag, det angivna värdet är invalid

public static explicit operator FixedLayoutFormats(byte raw)
Parameter Typ Beskrivning
raw Byte Rått bytevärde

Se även