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.Barcode.QRCodePhoneNumber

Namespace:  Opait.Barcode.QRCode
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.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