I have this following code: I get the error, \"Use of un-Assigned Local variable\" I\'m sure this is dead simple, but im baffled..
public string ret
This can happen for all variable types as well.
For collections and objects, initialize using new.
eg. List result = new List();
List result = new List();