Click or drag to resize
IUserAccessiablestringToLower Method
Returns the string inA, containing just lower-case letters.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
string stringToLower(
	string inA
)

Parameters

inA
Type: SystemString
string to convert into lower-case only

Return Value

Type: String
string type
Examples
stringToLower("Have A Good Day!") will return the string: "have a good day!".
See Also