It's the old blog on blogger platform. There are no updates here.
public static bool isDigit(string val) { foreach (char c in val) if (!Char.IsDigit(c)) return false; return true; }
Note: only a member of this blog may post a comment.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.