ValueComposerComposeSMS Method ByteScout QR Code SDK
Creates value that's correctly handled by barcode readers as SMS message.

Namespace:  Bytescout.BarCode
Assembly:  Bytescout.BarCode.QRCode (in Bytescout.BarCode.QRCode.dll) Version: 2.0.2.1237-master
Syntax

public static string ComposeSMS(
	string phoneNumber,
	string messageText
)

Parameters

phoneNumber
Type: SystemString
Phone number.
messageText
Type: SystemString
Message text.

Return Value

Type: String
String that contains composed SMS message.
See Also

Reference