Поделиться через


SByteValue Implicit Conversion (SByte to SByteValue)

Implicit converter from SByte.

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

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    value As SByte _
) As SByteValue
'Usage
Dim input As SByte
Dim output As SByteValue

output = CType(input, SByteValue)
public static implicit operator SByteValue (
    sbyte value
)

Parameters

Return Value

Type: DocumentFormat.OpenXml.SByteValue
A new SByteValue instance with the value.

See Also

Reference

SByteValue Class

SByteValue Members

Implicit Overload

DocumentFormat.OpenXml Namespace