Skip to content

landrix/LibPhonenumber-for-Delphi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibPhonenumber-for-Delphi

Delphi-wrapper for the C# .NET port of Google's libphonenumber library.

Current version is v8.13.37

The original Apache License 2.0 was preserved.

Support for Delphi 32 bit and 64 bit. Minimum requirement .NET Framework 4.8.0.

Example

var parsedNumber : String := TLibPhoneNumber.Parse('01511234567','DE');

var numberIsValid : Boolean := TLibPhoneNumber.IsValidNumber('01511234567','DE');

About

Delphi-wrapper for the .NET port of Google's libphonenumber for parsing, formatting and validating international phone numbers.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published