DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR CSHARP
c# how do you check if a string contains only digits
if
(
str
.
All
(
char
.
IsDigit
)
)
{
Console
.
WriteLine
(
"This string only contains numbers"
)
;
}
PREVIOUS
NEXT
Tagged:
#check
#string
#digits
ADD COMMENT
Topic
COMMENT
Name
8+1 =
Submit