Purpose
this class converts a string containing IRANSYSTEM characters into unicode string . note that this just converts alphanumeric characters and ignore others .
Usage
using IranSystemConvertor; . . . string iranSystemStr = // an IRANSYSTEM string string unicodeStr = ConvertTo.Unicode(iranSystemStr);
Dependencies
no dependency