Simply returns string with a-z A-Z upper and lower case letters. It is configurable to include digits and symbols also. Can be used for generating random stuff.
VB.NET source file that contains an extension method that replaces accented characters within a string through non-accented ones, which is useful to create logon names, email addresses etc.
German upper-case umlauts like "Ä" are converted either to "Ae" or "AE" depending the context, "ß"...
More information