次の方法で共有


ByteValue.ToByte(ByteValue) メソッド

定義

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

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

パラメーター

xmlAttributevalue
ByteValue

戻り値

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

適用対象