I just want to know, whether a String variable contains a parsable positive integer value. I do NOT want to parse the value right now.
Currently I
This work for me.
("your string goes here").All(char.IsDigit)