Link Search Menu Expand Document

ValueComposerComposeSMS Method

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.0.1228-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