ASCII Recogintion

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mpathfinder
    New Member
    • Jan 2008
    • 3

    ASCII Recogintion

    hi guys

    I want to recognize whether or not a string is in ASCII formating (encoding).

    in other scope i mean i want to know if a string contains only ASCII characters or it contains also non-ASCII characters .

    thanks a lot
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    The System.Text or System.Text.Enc oding namespaces may help.

    Comment

    Working...