SByteValue.FromSByte(SByte) 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.
Returns a new SByteValue object created from a Byte value.
public static DocumentFormat.OpenXml.SByteValue FromSByte (sbyte value);
static member FromSByte : sbyte -> DocumentFormat.OpenXml.SByteValue
Public Shared Function FromSByte (value As SByte) As SByteValue
Parameters
- value
- SByte
An SByte value to use to create a new SByteValue object.
Returns
An SByteValue that corresponds to the value parameter.