Click or drag to resize

SMS Constructor (String, String, SmsEncoding)

Initializes a new instance of the SMS class.

Namespace:  Opait.Barcoder.QRCode
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.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.Barcoder.QRCodeSmsEncoding
Encoding type
See Also