Get Value to Integer

Viewed 11588

How to get value of an object and store it in variable int? In string I do this:

String k = s_extend.getValue().toString();

How about in int?

1 Answers
Related