Syntax:=StrConv(Text , Conversion )
Description:Converts the string Text.
Text : string to convertConversion : specifies which conversion should be done. 1 converts to upper case, 2 converts to lower case, 3 converts to camel case.
Example:=StrConv("hello world",3)