+92 332 4229 857 99ProjectIdeas@Gmail.com

String.ToLower function (Vb.net)


String ToLower function
String.ToLower() is a function which converts a string into lowercase letters.
System.String is the library for this function.
 
Example
Dim str1 As String = "Saad Bin Saulat"
MsgBox(str1.ToLower())
Result
The message box will displays "saad bin saulat".


Related articles

0 comments: