Click or drag to resize

PhoneNumber Class

Generates a phone call payload. When scanned by an application, it will dial the encoded phone number.
Inheritance Hierarchy
SystemObject
  Opait.Barcoder.QRCodePhoneNumber

Namespace:  Opait.Barcoder.QRCode
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
public class PhoneNumber

The PhoneNumber type exposes the following members.

Constructors
  NameDescription
Public methodPhoneNumber
Initializes a new instance of the PhoneNumber class.
Public methodPhoneNumber(String)
Initializes a new instance of the PhoneNumber class.
Top
Properties
  NameDescription
Public propertyNumber
Gets or sets the phone number to encode.
Top
Methods
See Also