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


SByteValue Implicit Conversion (SByteValue to SByte)

Implicit converter to SByte.

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

Syntax

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

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

Parameters

Return Value

Type: System.SByte
The internal SByte value.

Exceptions

Exception Condition
InvalidOperationException

Thrown when "xmlAttribute" is null.

See Also

Reference

SByteValue Class

SByteValue Members

Implicit Overload

DocumentFormat.OpenXml Namespace