ASP lCase Function

web

 
  Sponsored Links


The ASP lCase() function is used to set a string or the contents of a variable to Lowercase.

lCase Function Arguments

Text to be revised

ASP Coding for lCase Function

<%

sTxtString = "How is John?"
sTxtString = lCase(sTxtString)

Response.Write sTxtString

%>


OR

<%

Response.Write lCase("How is John?")

%>


Result

how is john?
   
 
web

ReaLife WebDesigns / 310.371.3275
We appreciate having the opportunity to contribute to the success of your business!

© 1999-2010 ReaLife WebDesigns. All rights reserved. site map | terms of use