Skip to content

Kamalifar/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 unicode string . note that this just converts alphanumeric characters and ignore others .

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

  • C# 100.0%