Use This Template

Int32Parse and DoubleParse

Int32.Parse() converts a text string into a number value without a decimal. Double.Parse() converts a string, or an integer number value into a decimal number.

Int32Parse and DoubleParse

Int32.Parse() - Converts a text string into a number value without a decimal. Double.Parse() - Converts a string, or an integer number value into a decimal number.