Gets the Int32 value of this value converted to number using the standard JavaScript conversion.
[C#] int GetValueInt() [Visual Basic] Function GetValueInt() As Integer
int GetValueInt()
Function GetValueInt() As Integer
may throw Exception()
The method is the chain of ToJSNumber and GetNumberInt without intermediate object creation.
None.