SiddiqSoft.ISO3166UtilLib
0.9.3
dotnet add package SiddiqSoft.ISO3166UtilLib --version 0.9.3
NuGet\Install-Package SiddiqSoft.ISO3166UtilLib -Version 0.9.3
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="SiddiqSoft.ISO3166UtilLib" Version="0.9.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SiddiqSoft.ISO3166UtilLib --version 0.9.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SiddiqSoft.ISO3166UtilLib, 0.9.3"
#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 SiddiqSoft.ISO3166UtilLib as a Cake Addin #addin nuget:?package=SiddiqSoft.ISO3166UtilLib&version=0.9.3 // Install SiddiqSoft.ISO3166UtilLib as a Cake Tool #tool nuget:?package=SiddiqSoft.ISO3166UtilLib&version=0.9.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ISO3166UtilLib : ISO3166 Validation Utility Library
Objective
- Requires C++20
- A header-only library that provides simple validation of e164 and country code and country name
- Compiles on Windows
- Compiles on MacOS
Usage
// Valid US Number; returns true
siddiqsoft::ISO3166_3_RangeValidator::validate("14157773456");
// Invalid US number; returns false
siddiqsoft::ISO3166_3_RangeValidator::validate("1415777345");
// Potential Swiss number
// This is typical of Bay Area destinations where the
// number is intended to be San Francisco but the input
// is *not* E.164 conformant and thus the result is
// according to the valid E.164 number provided.
siddiqsoft::ISO3166_3_RangeValidator::validate("4157773456");
Update Policy
The data was last updated late 2010.
If you find the date is outdated or incorrect, please open an issue.
<hr/>
<p align="right"> © 2024 Siddiq Software LLC. All rights reserved. </p>
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.