ByteValue.FromByte(Byte) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static DocumentFormat.OpenXml.ByteValue FromByte (byte value);
static member FromByte : byte -> DocumentFormat.OpenXml.ByteValue
Public Shared Function FromByte (value As Byte) As ByteValue
Parameters
Returns
A ByteValue that corresponds to the value parameter.