Gets the Int32 value of this value converted to number using the standard JavaScript conversion.

 

   

Syntax
 

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

Throws Exceptions may throw Exception()

 

   

Params
 
Name Description
return The Int32 value of the converted value.

 

   

Notes
 

The method is the chain of ToJSNumber and GetNumberInt without intermediate object creation.

 

   

Example
 

None.