<%
Option Explicit
Dim StringToConvert
StringToConvert = "CZE"
Response.Write LCase(StringToConvert)
%>
