Is this the method you are asking about:

LString theMethodToBeWritten(LString ls, int intArg) {
// create LString object to be returned by this method using ls and intArg
...
return...