A
Andrea Williams
Is there a way to change the datatype of a return variable inside a
function?
Example:
public static ?XXX? RequestVar(string strValue)
{
return Request.Form[strValue)];
}
The value may be a string, int, long or could even be a boolean.
Thanks,
Andrea
function?
Example:
public static ?XXX? RequestVar(string strValue)
{
return Request.Form[strValue)];
}
The value may be a string, int, long or could even be a boolean.
Thanks,
Andrea