Convert string to int32

Hello every body,

i know that the int32 can be converted to string using (.ToString) after variable but if i want to do the opposite

from string to int32 how it can be done?

4 Likes

@AbdulmuizSindi,

Convert.TOInt32(String) or CInt(string)

Regards,
Dominic :slight_smile:

15 Likes