Share via


SByteValue.Implicit Operator

Definition

Overloads

Implicit(SByte to SByteValue)

Implicitly converts the specified SByte value to an SByteValue instance.

Implicit(SByteValue to SByte)

Implicitly converts the specified SByteValue to an SByte value.

Implicit(SByte to SByteValue)

Implicitly converts the specified SByte value to an SByteValue instance.

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

Parameters

value
SByte

The specified SByte value.

Returns

A new SByteValue instance with the value.

Applies to

Implicit(SByteValue to SByte)

Implicitly converts the specified SByteValue to an SByte value.

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

Parameters

xmlAttributevalue
SByteValue

Returns

The converted SByte value.

Exceptions

Thrown when value is null.

Applies to