Jing8956.Integer
2.0.2
.NET Standard 1.0
.NET Framework 4.0
Install-Package Jing8956.Integer -Version 2.0.2
dotnet add package Jing8956.Integer --version 2.0.2
<PackageReference Include="Jing8956.Integer" Version="2.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Jing8956.Integer --version 2.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Jing8956.Integer, 2.0.2"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Jing8956.Integer as a Cake Addin
#addin nuget:?package=Jing8956.Integer&version=2.0.2
// Install Jing8956.Integer as a Cake Tool
#tool nuget:?package=Jing8956.Integer&version=2.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
- 在内部仍然是标准整型类型,只起到一个封装作用, 目的在于规范和便于操作。
- 没有溢出检查。
- 在 Jing8956.IO.BinaryReader 的较大数量读取操作中未发现与标准整型类型有差异。
- 做了异常信息(Exception Message)和 IntelliSense XML 的全球化和本地化,支持 en 和 zh-Hans。
- 如果您有其他语言的需要还需要您自行解决扩充。
- 如果您有更多意见或者扩充,欢迎 Contact owners、Pull Request。
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wp8 wp81 wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.0
- No dependencies.
-
.NETStandard 1.0
- NETStandard.Library (>= 1.6.1)
- System.Resources.ResourceManager (>= 4.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Jing8956.Integer:
Package | Downloads |
---|---|
Jing8956.IO.BinaryReader
.Net 大端序二进制读取器, 目前只能固定读取8、16、u24、32、64长度的整型,以后可能会根据自己的实际需要再进行功能扩展(比如读取任意位的整型),如果你想参与这个项目你可以加入进来(然而这个项目我用 Visual Basic 写的)。 |
GitHub repositories
This package is not used by any popular GitHub repositories.