Skip to content

mohsen-d/IranSystemConvertor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Converts IranSystem characters into unicode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages