IUserAccessiablestringToLower Method |
Returns the string inA, containing just lower-case letters.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax string stringToLower(
string inA
)
Parameters
- inA
- Type: SystemString
string to convert into lower-case only
Return Value
Type:
Stringstring type
Examples
stringToLower("Have A Good Day!") will return the string: "have a good day!".
See Also