SByteValue.Implicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
.