 | ByteValueFromByte Method |
Returns a new ByteValue object created from a Byte value.
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic static ByteValue FromByte(
byte value
)
Public Shared Function FromByte (
value As Byte
) As ByteValue
public:
static ByteValue^ FromByte(
unsigned char value
)
static member FromByte :
value : byte -> ByteValue Parameters
- value Byte
- A Byte value to create a new ByteValue object from.
Return Value
ByteValueA ByteValue that corresponds to the value parameter.
See Also