Click or drag to resize

SMS Constructor (String, String, SmsEncoding)

Initializes a new instance of the SMS class.

Namespace:  Opait.Barcode.QRCode
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntax
C#
public SMS(
	string number,
	string text,
	SmsEncoding encoding = SmsEncoding.SMSTO
)

Parameters

number
Type: SystemString
Receiver phone number
text
Type: SystemString
Text of the SMS
encoding (Optional)
Type: Opait.Barcode.QRCodeSmsEncoding
Encoding type
See Also