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

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

Parameters

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

Return Value

Type: String
string type
Examples
stringToLower("Have A Good Day!") will return the string: "HAVE A GOOD DAY!".
See Also