Compartir a través de


ByteValue.ToByte(ByteValue) Método

Definición

Devuelve la Byte representación de valor de un ByteValue objeto.

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

Parámetros

xmlAttributevalue
ByteValue

Devoluciones

Valor Byte que representa un ByteValue objeto .

Se aplica a