 | SByteValueFromSByte Method |
Returns a new
SByteValue object created from a Byte value.
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntaxpublic static SByteValue FromSByte(
sbyte value
)
Public Shared Function FromSByte (
value As SByte
) As SByteValue
public:
static SByteValue^ FromSByte(
signed char value
)
static member FromSByte :
value : sbyte -> SByteValue
Parameters
- value SByte
- An SByte value to use to create a new SByteValue object.
Return Value
SByteValueAn
SByteValue that corresponds to the value parameter.
See Also