KamiSama.IranSystem 10.0.11.9

dotnet add package KamiSama.IranSystem --version 10.0.11.9
                    
NuGet\Install-Package KamiSama.IranSystem -Version 10.0.11.9
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="KamiSama.IranSystem" Version="10.0.11.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="KamiSama.IranSystem" Version="10.0.11.9" />
                    
Directory.Packages.props
<PackageReference Include="KamiSama.IranSystem" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add KamiSama.IranSystem --version 10.0.11.9
                    
#r "nuget: KamiSama.IranSystem, 10.0.11.9"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package KamiSama.IranSystem@10.0.11.9
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=KamiSama.IranSystem&version=10.0.11.9
                    
Install as a Cake Addin
#tool nuget:?package=KamiSama.IranSystem&version=10.0.11.9
                    
Install as a Cake Tool

KamiSama.IranSystem

Back to package index

Version: 10.0.0

Description

Iran System encoding conversion helpers for legacy Persian text interoperability. Use this package when integrating with systems that still exchange Iran System encoded data.

How to use

dotnet add package KamiSama.IranSystem --version 10.0.0

Create an IranSystemEncoding instance and use its string-based methods for complete buffers:

using KamiSama.IranSystem;

var encoding = new IranSystemEncoding();
string text = encoding.GetString(iranSystemBytes);
byte[] bytes = encoding.GetBytes(text);

Iran System stores contextual glyph shapes, so decoded Persian text contains Arabic presentation-form characters rather than normalized letters. Encoding requires those exact mapped code points; unsupported characters are written as 0xFF, which decodes as a non-breaking space.

Namespaces

Types

  • KamiSama.IranSystem.IranSystemEncoding - A System.Text.Encoding implementation for converting between legacy single-byte Iran System data and Unicode characters. Use its complete-buffer string methods when exchanging data with legacy Persian systems.
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on KamiSama.IranSystem:

Package Downloads
KamiSama.Iso8583.Protocol

rich ISO 8583 library to parse and compose messages and subset of the iso fields.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.11.9 85 8/24/2026
10.0.11.8 81 8/21/2026
10.0.11.7 85 8/21/2026
10.0.11.6 85 8/19/2026
10.0.11.5 79 8/18/2026
10.0.11.4 89 8/18/2026
10.0.11.3 85 8/18/2026
10.0.11.2 85 8/18/2026
10.0.11.1 88 8/15/2026
10.0.11 104 8/11/2026
10.0.10.2 94 8/4/2026
10.0.10.1 111 7/31/2026
10.0.10 107 7/30/2026
10.0.9 126 6/20/2026
10.0.7 136 5/1/2026
10.0.6 141 4/16/2026
10.0.1 280 11/26/2025
10.0.0 310 11/22/2025
3.1.6 271 11/7/2025
3.1.5 260 11/6/2025
Loading failed