Click or drag to resize

PhoneNumber Constructor (String)

Initializes a new instance of the PhoneNumber class.

Namespace:  Opait.Barcode.QRCode
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntax
C#
public PhoneNumber(
	string number
)

Parameters

number
Type: SystemString
The phone number to encode.
See Also