DNTPersianUtils.Core
6.0.0
.NET 5.0
This package targets .NET 5.0. The package is compatible with this framework or higher.
.NET Standard 1.3
This package targets .NET Standard 1.3. The package is compatible with this framework or higher.
.NET Framework 4.6
This package targets .NET Framework 4.6. The package is compatible with this framework or higher.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package DNTPersianUtils.Core --version 6.0.0
NuGet\Install-Package DNTPersianUtils.Core -Version 6.0.0
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="DNTPersianUtils.Core" Version="6.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DNTPersianUtils.Core --version 6.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DNTPersianUtils.Core, 6.0.0"
#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.
// Install DNTPersianUtils.Core as a Cake Addin #addin nuget:?package=DNTPersianUtils.Core&version=6.0.0 // Install DNTPersianUtils.Core as a Cake Tool #tool nuget:?package=DNTPersianUtils.Core&version=6.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
DNTPersianUtils.Core
<div dir="rtl"> DNTPersianUtils.Core کتابخانهای است متشکل از متدهای الحاقی کمکی جهت کار با فرهنگ فارسی، در برنامههای مبتنی بر NET Core. و همچنین NET 4.x. برای نصب آن دستور ذیل را در کنسول پاورشل نیوگت اجرا کنید: </div>
PM> Install-Package DNTPersianUtils.Core
لیست متدها و امکانات این کتابخانه
نام متد/امکانات | مثال | خروجی نمونه |
---|---|---|
نمایش فارسی روز دریافتی | dt.ToPersianDateTextify() | سه شنبه ۲۱ دی ۱۳۹۵ |
نمایش دوستانهی یک تاریخ و ساعت انگلیسی به شمسی | dt.ToFriendlyPersianDateTextify() | ۱۰ روز قبل، سه شنبه ۲۱ دی ۱۳۹۵، ساعت ۱۰:۲۰ |
تبدیلگر عدد به حروف | 1234567.NumberToText(Language.Persian) | یک میلیون و دویست و سی و چهار هزار و پانصد و شصت و هفت |
نگارش اصلاح شدهی فرهنگ فارسی | PersianCulture.Instance <br> Thread.CurrentThread.CurrentCulture = PersianCulture.Instance; | در این فرهنگ تاریخ میلادی با شمسی جایگزین شدهاست |
تبدیل تاریخ و زمان رشتهای شمسی به میلادی | "1395/11/3 7:30".ToGregorianDateTime() | new DateTime(2017, 1, 22, 7, 30, 0) |
تبدیل تاریخ میلادی به شمسی | dt.ToLongPersianDateString() | 21 دی 1395 |
تبدیل تاریخ میلادی به شمسی | dt.ToLongPersianDateTimeString() | 21 دی 1395، 10:20:02 ق.ظ |
تبدیل تاریخ میلادی به شمسی | dt.ToPersianDateTimeString("dd MMMM yyyy") | این تبدیل بر اساس فرهنگ اصلاح شدهی فارسی صورت میگیرد. مانند <br> dt.ToPersianDateTimeString("dd MMMM yyyy - HH:mm") <br> با این خروجی فرضی: «21 دی 1395 - 10:20» |
تبدیل تاریخ میلادی به شمسی | dt.ToShortPersianDateString() | 1395/10/21 |
تبدیل تاریخ میلادی به شمسی | dt.ToShortPersianDateTimeString() | 1395/10/21 10:20 |
تاریخ روزهای ابتدا و انتهای سال شمسی | dt.GetPersianYearStartAndEndDates() | مثال |
تاریخ روزهای ابتدا و انتهای ماه شمسی | dt.GetPersianMonthStartAndEndDates() | مثال |
تاریخ روزهای ابتدا و انتهای هفته شمسی | dt.GetPersianWeekStartAndEndDates() | مثال |
تبدیل عدد انگلیسی به فارسی | 123.ToPersianNumbers() | ۱۲۳ |
آیا عبارت مدنظر حاوی حروف فارسی است؟ | "Abc تست".ContainsFarsi() | true |
اصلاح ي و ك عربی به فارسی | "سنجاقك آبي".ApplyCorrectYeKe() | سنجاقک آبی |
راست به چپ کردن یک متن ساده مخلوط برای نمایش در محیطهای چپ به راست مانند فید خوانها | "سلام Abc".ApplyRle() | Abc سلام |
محاسبه سن | DateTime.Now.AddYears(-9).GetAge() | 9 |
آیا تاریخ و زمان مدنظر آغاز سال نوی شمسی است؟ | dt.IsStartOfNewYear() | true/false |
مجموعه کلمات بیاثر زبان فارسی | PersianStopwords.List | مفید برای تنظیمات جستجوهای تمام متنی |
نرمال کردن متون. پارامتر آن قابلیت ترکیب را دارد. | "'تست'".NormalizePersianText(<br>PersianNormalizers.ConvertEnglishQuotes) | «تست» |
لیست مناطق و استانها | Iran.Provinces | Iran.Provinces لیست تو در توی استانها و شهرهای ایران |
مناسبتهای تعطیلات رسمی ایران | Iran.Holidays | مناسبتهای تعطیلات رسمی ایران از سال 1395 تا پایان سال 1402 |
دریافت لیست روزهای کاری یک بازه زمانی | IranHolidays.GetBusinessDays() | روزهای کاری ایران از سال 1395 تا پایان سال 1402 |
تبدیل تاریخ میلادی به قمری | new DateTime(2018, 08, 31).ToIslamicDay() | new IslamicDay(1439, 12, 19) |
تبدیل تاریخ شمسی به قمری | IslamicDateUtils.PersianDayToIslamicDay(1397, 6, 9) | new IslamicDay(1439, 12, 19) |
تبدیل ايران سيستم به يونيكد | "(‘®õø¢‘“) üî¤ðþ› é÷¬".FromIranSystemToUnicode() | "صنف جیگرکی (بادوامضاء)" |
تبدیل يونيكد به ايران سيستم | "صنف جیگرکی (بادوامضاء)".FromUnicodeToIranSystem() | "(‘®õø¢‘“) üî¤ðþ› é÷¬" |
اعتبارسنجها
نام متد/امکانات | مثال | خروجی نمونه |
---|---|---|
تعیین اعتبار تاریخ و زمان رشتهای شمسی | "1395/12/30".IsValidPersianDateTime()<br>به همراه [ValidPersianDateTime] مخصوص MVC | true |
بررسی اعتبار کد ملی | "0010350829".IsValidIranianNationalCode() <br>به همراه [ValidIranianNationalCode] مخصوص MVC | true |
بررسی اعتبار کد بانکی شبا | "IR820540102680020817909002".<br>IsValidIranShebaNumber() <br>به همراه [ValidIranShebaNumber] مخصوص MVC | true |
بررسی اعتبار کد بانکی شتاب | "6221061106498670".<br>IsValidIranShetabNumber() <br>به همراه [ValidIranShetabNumber] مخصوص MVC | true |
بررسی اعتبار شماره موبایل | "09901464762".<br>IsValidIranianMobileNumber() <br>به همراه [ValidIranianMobileNumber] مخصوص MVC | true |
بررسی اعتبار شماره تلفن | "37236445".<br>IsValidIranianPhoneNumber() <br>به همراه [ValidIranianPhoneNumber] مخصوص MVC | true |
بررسی اعتبار کد پستی | "1619735744".<br>IsValidIranianPostalCode() <br>به همراه [ValidIranianPostalCode] مخصوص MVC | true |
بررسی اعتبار اعداد تمام فارسی | "۹۹۹۹۹".<br>ContainsOnlyPersianNumbers() <br>به همراه [ShouldContainOnlyPersianNumbers] مخصوص MVC | true |
بررسی اعتبار حروف و یا اعداد فارسی بودن تنها قسمتی از متن | "Abc تست".<br>ContainsFarsi() <br>به همراه [ShouldContainPersianLettersOrNumbers] مخصوص MVC | true |
بررسی اعتبار حروف فارسی بودن تمام متن | "تست".<br>ContainsOnlyFarsiLetters() <br>به همراه [ShouldContainOnlyPersianLetters] مخصوص MVC | true |
بررسی اعتبار شناسه ملی حقوقی | "14005893875".IsValidIranianNationalLegalCode() <br>به همراه [ValidIranianNationalLegalCodeAttribute] مخصوص MVC | true |
نحوه کار با اطلاعات استانها
foreach (var province in Iran.Provinces)
{
foreach (var county in province.Counties)
{
foreach (var district in county.Districts)
{
foreach (var city in district.Cities)
{
}
}
}
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.6
- No dependencies.
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Globalization.Extensions (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.7.0)
- System.Text.Encoding.CodePages (>= 5.0.0)
-
.NETStandard 2.0
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Text.Encoding.CodePages (>= 7.0.0)
-
.NETStandard 2.1
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Text.Encoding.CodePages (>= 7.0.0)
-
net5.0
- No dependencies.
-
net6.0
- No dependencies.
-
net7.0
- No dependencies.
-
net8.0
- No dependencies.
NuGet packages (18)
Showing the top 5 NuGet packages that depend on DNTPersianUtils.Core:
Package | Downloads |
---|---|
ATA.Bit.Helper
Make developing Bit app in ATA co. easy and fast |
|
DNTCommon.Web.Core
DNTCommon.Web.Core provides common scenarios' solutions for ASP.NET Core applications. |
|
KAM.Kourosh.SharedLibraries
SharedModels for Kourosh |
|
Pejbar.Utility
Package Description |
|
wallet.lib.common
Add HttpPut to ApiClient |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on DNTPersianUtils.Core:
Repository | Stars |
---|---|
rabbal/DNTFrameworkCore
Lightweight and Extensible Infrastructure for Building Web Applications - Web Application Framework
|
|
VahidN/DNTIdentity
A highly customized sample of the ASP.NET Core Identity
|
|
ganjoor/GanjoorService
وب سرویس و سایت گنجور
|
|
VahidN/DNTCommon.Web.Core
DNTCommon.Web.Core provides common scenarios' solutions for ASP.NET Core applications.
|
Version | Downloads | Last updated |
---|---|---|
6.3.1 | 10,008 | 6/8/2024 |
6.3.0 | 2,669 | 4/29/2024 |
6.2.0 | 2,955 | 4/13/2024 |
6.1.0 | 570 | 4/9/2024 |
6.0.1 | 852 | 4/8/2024 |
6.0.0 | 261 | 4/7/2024 |
5.9.1 | 772 | 3/20/2024 |
5.9.0 | 3,178 | 1/31/2024 |
5.8.1 | 5,095 | 11/16/2023 |
5.8.0 | 611 | 11/12/2023 |
5.7.1 | 15,592 | 8/8/2023 |
5.7.0 | 1,117 | 7/28/2023 |
5.6.1 | 6,641 | 4/27/2023 |
5.6.0 | 476 | 4/25/2023 |
5.5.5 | 1,568 | 4/24/2023 |
5.5.4 | 198 | 4/24/2023 |
5.5.3 | 1,137 | 4/24/2023 |
5.5.2 | 636 | 4/18/2023 |
5.5.1 | 211 | 4/17/2023 |
5.5.0 | 3,180 | 3/1/2023 |
5.4.9 | 6,332 | 11/30/2022 |
5.4.8 | 358 | 11/29/2022 |
5.4.7 | 356 | 11/29/2022 |
5.4.6 | 715 | 11/21/2022 |
5.4.5 | 13,690 | 7/9/2022 |
5.4.4 | 10,381 | 5/15/2022 |
5.4.3 | 1,186 | 5/2/2022 |
5.4.2 | 530 | 4/30/2022 |
5.4.1 | 7,229 | 3/11/2022 |
5.4.0 | 45,904 | 11/28/2021 |
5.3.2 | 1,449 | 11/16/2021 |
5.3.1 | 3,083 | 9/20/2021 |
5.3.0 | 3,151 | 8/4/2021 |
5.2.0 | 5,750 | 7/31/2021 |
5.1.0 | 643 | 7/22/2021 |
5.0.0 | 1,324 | 7/17/2021 |
4.9.0 | 673 | 7/16/2021 |
4.8.0 | 1,252 | 7/10/2021 |
4.7.0 | 465 | 7/9/2021 |
4.6.0 | 500 | 7/7/2021 |
4.5.0 | 596 | 6/28/2021 |
4.4.0 | 604 | 6/24/2021 |
4.3.0 | 32,352 | 4/19/2021 |
4.2.1 | 584 | 4/13/2021 |
4.2.0 | 655 | 4/9/2021 |
4.1.0 | 564 | 4/5/2021 |
4.0.0 | 8,784 | 3/23/2021 |
3.9.0 | 59,351 | 1/8/2021 |
3.8.0 | 3,651 | 12/12/2020 |
3.7.0 | 934 | 11/28/2020 |
3.6.9 | 663 | 11/22/2020 |
3.6.8 | 7,750 | 8/5/2020 |
3.6.7 | 1,031 | 7/25/2020 |
3.6.6 | 1,009 | 7/15/2020 |
3.6.5 | 6,648 | 3/10/2020 |
3.6.4 | 543 | 3/10/2020 |
3.6.3 | 1,426 | 2/18/2020 |
3.6.2 | 8,108 | 12/12/2019 |
3.6.1 | 5,566 | 9/28/2019 |
3.6.0 | 1,239 | 9/23/2019 |
3.5.0 | 6,770 | 8/4/2019 |
3.4.0 | 724 | 8/3/2019 |
3.3.0 | 10,655 | 6/2/2019 |
3.2.1 | 13,679 | 5/19/2019 |
3.2.0 | 18,989 | 1/22/2019 |
3.1.0 | 6,514 | 11/11/2018 |
3.0.0 | 1,640 | 9/23/2018 |
2.9.0 | 6,513 | 8/31/2018 |
2.8.1 | 888 | 8/26/2018 |
2.8.0 | 853 | 8/24/2018 |
2.7.0 | 1,047 | 8/15/2018 |
2.6.1 | 889 | 8/14/2018 |
2.6.0 | 893 | 8/13/2018 |
2.5.0 | 1,361 | 7/24/2018 |
2.4.0 | 5,004 | 5/10/2018 |
2.3.0 | 2,977 | 3/10/2018 |
2.2.1 | 3,197 | 8/15/2017 |
2.2.0 | 2,287 | 4/22/2017 |
2.1.0 | 1,004 | 4/22/2017 |
2.0.1 | 1,277 | 4/16/2017 |
2.0.0 | 988 | 4/16/2017 |
1.9.2 | 1,084 | 4/10/2017 |
1.9.1 | 1,385 | 3/16/2017 |
1.9.0 | 1,163 | 2/26/2017 |
1.8.0 | 1,014 | 2/25/2017 |
1.7.0 | 1,030 | 2/20/2017 |
1.6.0 | 1,049 | 2/13/2017 |
1.5.0 | 1,045 | 2/5/2017 |
1.4.0 | 1,128 | 1/26/2017 |
1.3.0 | 1,063 | 1/23/2017 |
1.2.0 | 1,006 | 1/23/2017 |
1.1.0 | 1,026 | 1/23/2017 |
1.0.0 | 1,386 | 1/22/2017 |