op_Explicit
explicit operator
Gibt einen Bytewert aus dem zugrunde liegenden Feld des angegebenen FixedLayoutFormats zurück. instance
public static explicit operator byte(FixedLayoutFormats input)
Parameter | Typ | Beschreibung |
---|---|---|
input | FixedLayoutFormats | Geben Sie die FixedLayoutFormats-Instanz ein |
Siehe auch
- struct FixedLayoutFormats
- namensraum GroupDocs.Editor.Formats
- Montage GroupDocs.Editor
explicit operator
Wandelt den angegebenen Rohbytewert in eine gültige FixedLayoutFormats-Instanz um und gibt ihn zurück oder löst eine Ausnahme aus, wenn der angegebene Wert ungültig ist
public static explicit operator FixedLayoutFormats(byte raw)
Parameter | Typ | Beschreibung |
---|---|---|
raw | Byte | Rohbytewert |
Siehe auch
- struct FixedLayoutFormats
- namensraum GroupDocs.Editor.Formats
- Montage GroupDocs.Editor