Compartilhar via


ByteValue.FromByte(Byte) Método

Definição

Retorna um novo ByteValue objeto criado a partir de um Byte valor.

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

Parâmetros

value
Byte

Um Byte valor para criar um novo ByteValue objeto.

Retornos

Um ByteValue que corresponde ao parâmetro de valor.

Aplica-se a