Integer.TryParse(aaaStr, aaaNumber)
TryParse return a boolean value - if the text (aaaStr) cab be converted to an int number. If the answer is TRUE - the int value will be set to aaaNumber.
TryParse return a boolean value - if the text (aaaStr) cab be converted to an int number. If the answer is TRUE - the int value will be set to aaaNumber.
No comments:
Post a Comment