c# how to check string is number

161

is number c# -

var isNumeric = int.TryParse("123", out int n);

Comments

Submit
0 Comments