VB.NET ASP.NET LCase() Source Code Syntax Example
Get 5 Hours of FREE PREMIUM Videos:
LearnVisualStudio.NET Free Preview
“ I am a lifetime member of LearnVisualStudio.net and a Premium Plus member of dotNetVideos.net.
LearnVisualStudio.net is awesome because it grows in value each year as more videos are added.
dotNetVideos.net is also great because it focuses a lot on MS Certifications and practical interview questions.
”
- Wade Harvey (IdealProgrammer.com)
Premium (Not Free) Video Tutorials
Free Video Tutorials & Free Tools
LCase Example Syntax VB.NET ASP.NET | LCase | Source Code
Summary: – Illustrates using LCase with Source Code Syntax Example in VB.NET ASP.NET.
*** 1. Download Source Code *** |
|---|
Download Source Code for All VB ASP.NET Examples in One Project – source code for hundreds of VB.NET ASP.NET examples neatly organized in a single project. Check back often to download the latest version of the project with even more code samples. |
*** 2. LCase Syntax ***
Purpose:
Returns a string or character in lowercase.
Syntax:
LCase(value)
LCase(value)
| Parameters | Description | value | Required – string to be converted to lowercase |
|---|
| Result Data Type | Description | string | Returns a string or character in lowercase. |
|---|
*** 3. LCase – Quick Example *** | Dim strField As String = "This Is my string" TextBox1.Text = LCase(strField) 'Returns this is my string |
|---|
*** 4. LCase – Full Example ***LCase Example Output ScreenshotStep 1: Click on Visual Basic to Cut-n-paste code into LCase.aspx.vb
Step 2: Click on XML to Cut-n-paste code into LCase.aspx
Prerequistes:
Notes:
Instructions:
|
Related posts:
- VB.NET LCase() – Code Sample VB.NET LCase() - Code Sample...
- VB.NET ASP.NET IsNumeric() Source Code Syntax Example VB.NET ASP.NET IsNumeric() Source Code Syntax Example...
- VB.NET ASP.NET EndsWith() Source Code Syntax Example VB.NET ASP.NET EndsWith() Source Code Syntax Example...
- VB.NET ASP.NET Chars() Source Code Syntax Example VB.NET ASP.NET Chars() Source Code Syntax Example...
- VB.NET ASP.NET Asc Source Code Syntax Example VB.NET ASP.NET Asc Source Code Syntax Example...
Related posts brought to you by Yet Another Related Posts Plugin.













































