Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 453 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 453 Bytes

IRANSYSTEM Convertor

Purpose

This class converts a string containing IRANSYSTEM characters into a unicode string. Note that this just converts alphanumeric characters and ignores the rest.

Usage

using IranSystemConvertor;
.
.
.

string iranSystemStr = "an IRANSYSTEM string"

string unicodeStr = ConvertTo.UnicodeFrom(TextEncoding.Arabic1256, iranSystemStr); 

Dependencies

No dependency