ByteValue.FromByte Method
Returns a new ByteValue object created from Byte.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Shared Function FromByte ( _
value As Byte _
) As ByteValue
'Usage
Dim value As Byte
Dim returnValue As ByteValue
returnValue = ByteValue.FromByte(value)
public static ByteValue FromByte(
byte value
)
Parameters
- value
Type: System.Byte
A Byte value to create a new ByteValue object from.
Return Value
Type: DocumentFormat.OpenXml.ByteValue
A ByteValue that corresponds to the value parameter.