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.ByteValuePublic Shared Function FromByte (value As Byte) As ByteValueParameters
Returns
A ByteValue that corresponds to the value parameter.