Compartir a través de


SByteValue.Implicit Operador

Definición

Sobrecargas

Implicit(SByte to SByteValue)

Convierte implícitamente el valor especificado SByte en una SByteValue instancia.

Implicit(SByteValue to SByte)

Convierte implícitamente el especificado SByteValue en un SByte valor.

Implicit(SByte to SByteValue)

Convierte implícitamente el valor especificado SByte en una SByteValue instancia.

public static implicit operator DocumentFormat.OpenXml.SByteValue (sbyte value);
static member op_Implicit : sbyte -> DocumentFormat.OpenXml.SByteValue
Public Shared Widening Operator CType (value As SByte) As SByteValue

Parámetros

value
SByte

Valor especificado SByte .

Devoluciones

Una nueva SByteValue instancia con el valor .

Se aplica a

Implicit(SByteValue to SByte)

Convierte implícitamente el especificado SByteValue en un SByte valor.

public static implicit operator sbyte (DocumentFormat.OpenXml.SByteValue xmlAttribute);
public static implicit operator sbyte (DocumentFormat.OpenXml.SByteValue value);
static member op_Implicit : DocumentFormat.OpenXml.SByteValue -> sbyte
static member op_Implicit : DocumentFormat.OpenXml.SByteValue -> sbyte
Public Shared Widening Operator CType (xmlAttribute As SByteValue) As SByte
Public Shared Widening Operator CType (value As SByteValue) As SByte

Parámetros

xmlAttributevalue
SByteValue

Devoluciones

Valor convertido SByte .

Excepciones

Se produce cuando value es null.

Se aplica a