Partager via


Int32Value.ToInt32 Method

Returns the internal Int32 representation of a Int32Value object.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Shared Function ToInt32 ( _
    xmlAttribute As Int32Value _
) As Integer
'Usage
Dim xmlAttribute As Int32Value
Dim returnValue As Integer

returnValue = Int32Value.ToInt32(xmlAttribute)
public static int ToInt32(
    Int32Value xmlAttribute
)

Parameters

Return Value

Type: System.Int32
A Int32 value that represents a Int32Value object.

See Also

Reference

Int32Value Class

Int32Value Members

DocumentFormat.OpenXml Namespace