landrix / LibPhonenumber-for-Delphi

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LibPhonenumber-for-Delphi

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

Current version is v8.13.27

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.

License:Apache License 2.0


Languages

Language:Batchfile 75.1%Language:C# 13.9%Language:Pascal 10.9%