SByteValue.Implicit Operador
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
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
.