Int32Value.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(Int32 to Int32Value) | Implicitly converts an Int32 value to a specified Int32Value instance. | 
| Implicit(Int32Value to Int32) | Implicitly converts the specified value to an Int32 value. | 
Implicit(Int32 to Int32Value)
Implicitly converts an Int32 value to a specified Int32Value instance.
public static implicit operator DocumentFormat.OpenXml.Int32Value(int value);static member op_Implicit : int -> DocumentFormat.OpenXml.Int32ValuePublic Shared Widening Operator CType (value As Integer) As Int32ValueParameters
Returns
A new Int32Value instance with the value.
Applies to
Implicit(Int32Value to Int32)
Implicitly converts the specified value to an Int32 value.
public static implicit operator int(DocumentFormat.OpenXml.Int32Value xmlAttribute);public static implicit operator int(DocumentFormat.OpenXml.Int32Value value);static member op_Implicit : DocumentFormat.OpenXml.Int32Value -> intstatic member op_Implicit : DocumentFormat.OpenXml.Int32Value -> intPublic Shared Widening Operator CType (xmlAttribute As Int32Value) As IntegerPublic Shared Widening Operator CType (value As Int32Value) As IntegerParameters
- xmlAttributevalue
- Int32Value
Returns
The converted Int32 value.
Exceptions
Thrown when value is null.