Int32Value.ToInt32 Method
Returns the internal Int32 representation of a Int32Value object.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Shared Function ToInt32 ( _
xmlAttribute As Int32Value _
) As Integer
'Uso
Dim xmlAttribute As Int32Value
Dim returnValue As Integer
returnValue = Int32Value.ToInt32(xmlAttribute)
public static int ToInt32(
Int32Value xmlAttribute
)
Parameters
- xmlAttribute
Type: DocumentFormat.OpenXml.Int32Value
A Int32Value object to retrieve an internal Int32 representation.
Return Value
Type: System.Int32
A Int32 value that represents a Int32Value object.