Can you see how this causes that error?
var yikes = String.Format("fail{0}");
A fix:
var yikes = String.Format("fail{0}"," no more");
No comments:
Post a Comment