Thank you for fixing string formatting. However, I still do not understand why it is not an article. I have looked at your description of article versus tip: http://www.codeproject.com/Articles/64119/Code-Project-Article-FAQ#requirements http://www.codeproject.com/Articles/64119/Code-Project-Article-FAQ#whatsatip If I am not missing anything it is an article – a few pages long, referring to others people work, provides a code, a justification of solutions, and detailed documentation, and download.
Eugene Lepekhin
Posts
-
Please help with article publication. -
Please help with article publication.Hello, I just submitted my article and it was edited by code project editor and approved for publication. Most of the changes was very good and I appreciate fixing missing articles and better spelling; but there are two problems also. First, the editor for some reason made it not article but a tip instead. I do not consider it is a tip. Can you please make it article again or let me know how I can change it myself? Second, I do not know if it happening automatically or editor did global search/replace, but all words "string" in the article was wrapped in
tags. They are not a code as my text is about text strings, and in many cases even plural form was replaced like: `string`s. All code in the article I have wrapped myself when been publishing it and did not expect any more code tags there. Please let me know how to get rid of the unneeded tags. The article is: http://www.codeproject.com/Tips/891100/Strongly-Typed-Access-to-NET-Resources-and-Pseudo Thank you for your help, Eugene
-
Gem... As time goes by..your solution is different from original. What if the parameter string is not a number or number any other than one in switch? The original will return empty string while yours - eather throw or return PM instead.