Compartilhar via


SByteValue.FromSByte Method

Returns a new SByteValue object created from Byte.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Shared Function FromSByte ( _
    value As SByte _
) As SByteValue
'Usage
Dim value As SByte
Dim returnValue As SByteValue

returnValue = SByteValue.FromSByte(value)
public static SByteValue FromSByte(
    sbyte value
)

Parameters

  • value
    Type: System.SByte
    A SByte value to create a new BSyteValue object from.

Return Value

Type: DocumentFormat.OpenXml.SByteValue
A SByteValue that corresponds to the value parameter.

See Also

Reference

SByteValue Class

SByteValue Members

DocumentFormat.OpenXml Namespace