ByteValue.ToByte(ByteValue) メソッド

定義

ByteValue オブジェクトの Byte 値表現を返します。

public static byte ToByte (DocumentFormat.OpenXml.ByteValue xmlAttribute);
static member ToByte : DocumentFormat.OpenXml.ByteValue -> byte
Public Shared Function ToByte (xmlAttribute As ByteValue) As Byte

パラメーター

xmlAttribute
ByteValue

内部の Byte 表記を取得する ByteValue オブジェクト。

戻り値

Byte

ByteValue オブジェクトを表す Byte 値。

適用対象