Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 536 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 536 Bytes

LibPhonenumber-for-Delphi

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

Current version is v8.13.45

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');