Gets the Int32 value of this number.

 

   

Syntax
 

[C#]
int GetNumberInt()
[Visual Basic]
Function GetNumberInt() As Integer

Throws Exceptions may throw Exception()

 

   

Params
 
Name Description
return The Int32 value.

 

   

Notes
 

The method returns the Int32 value of this number. It fails if this value is not a number.

 

   

Example
 

None.