Int32Value Implicit Conversion (Int32 to Int32Value)
Implicit converter from Int32.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Shared Widening Operator CType ( _
value As Integer _
) As Int32Value
'Usage
Dim input As Integer
Dim output As Int32Value
output = CType(input, Int32Value)
public static implicit operator Int32Value (
int value
)
Parameters
- value
Type: System.Int32
The specified value.
Return Value
Type: DocumentFormat.OpenXml.Int32Value
A new Int32Value instance with the value.