SByteValue.Implicit Operador
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Implicit(SByte to SByteValue) |
Converte implicitamente o valor especificado SByte em uma SByteValue instância. |
Implicit(SByteValue to SByte) |
Converte implicitamente o especificado SByteValue em um SByte valor. |
Implicit(SByte to SByteValue)
Converte implicitamente o valor especificado SByte em uma SByteValue instância.
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
Retornos
Uma nova SByteValue instância com o valor.
Aplica-se a
Implicit(SByteValue to SByte)
Converte implicitamente o especificado SByteValue em um 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
Retornos
O valor convertido SByte .
Exceções
Lançado quando value
é null
.