YAFLogo
public static bool ContainsUnicodeCharacter(string input) { return input.ToCharArray().Any<char>(c => (c > '\x00ff')); }
I cannot seem to find another reliable method. char is 2 bytes (so utf-16). This should work.
I cannot seem to find another reliable method. char is 2 bytes (so utf-16). This should work. http://forum.yetanotherforum.net/yaf_postsm55427_Few-email-issues.aspx#post55427
The YAF.NET Support Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies. More Details Close