HomeVb.Net

VB.NET Tutorial : Check if String is a Letter, Number, Digit

VB.NET tutorial : How to check if String is a Letter, check if String is a Number, check if String is a Digit in VB.NET

How to Make Windows Form UI Responsive in C# & VB.NET using Visual Studio
VB.NET SQLite Tutorials : CRUD (add,update,delete) Operations ADO.NET
VB.NET Tutorials Create Connections to SQLite Connection String
Vb.NET Tutorial - How we can check if String is a Letter, check if String is a Number, check if String is a Digit in VB.NET? Char.IsNumber() functions is to checks if a string entered is a number (hex 0 - 9 - A - F), Char.IsLetter() checks if a string entered is a letter (a - z), Char.IsDigit() to check a string entered is a digit.

at the previews lessons, we have learned about String Equals() CopyTo() Copy() Contains() and String Length() Insert() IndexOf() function in vb.net

Check if String is a Number (hex 0 - 9 - A - F)

If Char.IsNumber(number.Text.Chars(number.TextLength - 1)) = True Then
 MsgBox("its a Numbers")
Else
 MsgBox("Please insert a Number")
End If

Check if String is a Letters (a-z)

If Char.IsLetter(Letters.Text.Chars(Letters.TextLength - 1)) = True Then
 MsgBox("it's Letters")
Else
 MsgBox("Please enter a Letter")
End If

Check if String is a Letter, Number, Digit

Check if String is a Digit

If Char.IsDigit(Digits.Text.Chars(Digits.TextLength - 1)) = True Then
 MsgBox("its a Digit")
Else
 MsgBox("please enter a Digit")
End If

See you Next Lessons ....

Feel free to code it up and send us a pull request.

Hi everyone, let's me know how much this lesson can help your work. Please Subscribe and Follow Our Social Media 'kodeajaib[dot]com' to get Latest tutorials and will be send to your email everyday for free!, Just hit a comment if you have confused. Nice to meet you and Happy coding :) all ^^



Follow by E-Mail


COMMENTS

DISQUS
Name

ADO.NET,3,Ajax,6,Android,9,AngularJS,4,ASP.NET,4,Blogger Tutorials,7,Bootstrap,7,C++,1,Codeigniter,2,Cplusplus,6,Crystal Report,6,CSharp,25,Ebook Java,2,FlyExam,1,FSharp,3,Game Development,2,Java,35,JDBC,2,Laravel,89,Lumen,2,MariaDB,2,Ms Access,3,MySQL,31,ODBC,6,OleDB,1,PHP,14,PHP Framework,6,PHP MYSQLI,9,PHP OOP,5,Python,8,Python 3,4,SQL Server,4,SQLite,4,Uncategorized,5,Vb 6,2,Vb.Net,89,Video,48,Vue Js,4,WPF,2,Yii,3,
ltr
item
KODE AJAIB: VB.NET Tutorial : Check if String is a Letter, Number, Digit
VB.NET Tutorial : Check if String is a Letter, Number, Digit
VB.NET tutorial : How to check if String is a Letter, check if String is a Number, check if String is a Digit in VB.NET
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWaw5evvO6QNqIcXk_q8cnpy8tB52OvviAk5gaFUd20tA0lQJwvVS6UNwd0jwxM9KuRGCIlWw8tQbCZ1MNNBr29uJFmMn5RhCB_lCkIAxdIgsLNro29yReJERJBAj3l69-KCua2NGVyFw/s320/vb-net-tutorial-for-berginner.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWaw5evvO6QNqIcXk_q8cnpy8tB52OvviAk5gaFUd20tA0lQJwvVS6UNwd0jwxM9KuRGCIlWw8tQbCZ1MNNBr29uJFmMn5RhCB_lCkIAxdIgsLNro29yReJERJBAj3l69-KCua2NGVyFw/s72-c/vb-net-tutorial-for-berginner.png
KODE AJAIB
https://scqq.blogspot.com/2016/09/vbnet-check-if-string-is-letter-number-digit.html
https://scqq.blogspot.com/
https://scqq.blogspot.com/
https://scqq.blogspot.com/2016/09/vbnet-check-if-string-is-letter-number-digit.html
true
3214704946184383982
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy