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
- xmlAttribute
Type: DocumentFormat.OpenXml.SByteValue
The SByteValue to be converted.
Return Value
Type: System.SByte
The internal SByte value.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when "xmlAttribute" is null. |