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

返回

一个ByteByteValue表示 对象的 值。

适用于