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