Link Search Menu Expand Document

BarcodeProcessMacros Method

Replaces macro codes with corresponding ASCII control characters.

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
public string ProcessMacros(
	string value
)

Parameters

value
Type: SystemString
Input value.

Return Value

Type: String
Value with processed macros.

Implements

IBarcodeProcessMacros(String)
Remarks
Use following macros to insert ASCII control characters: {NUL}, {SOH}, {STX}, {ETX}, {EOT}, {ENQ}, {ACK}, {BEL}, {BS}, {TAB}, {LF}, {VT}, {FF}, {CR}, {SO}, {SI}, {DLE}, {DC1}, {DC2}, {DC3}, {DC4}, {NAK}, {SYN}, {ETB}, {CAN}, {EM}, {SUB}, {ESC}, {FS}, {GS}, {RS}, {US}.
See Also

Reference