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 (in Bytescout.BarCode.dll) Version: 7.6.3.1256-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