Formatting.RemoveNonPrintableChars Property
Click or drag to resize

FormattingRemoveNonPrintableChars Property

removeNonPrintableChars removes all characters in the range 0x00-0x1F and the single character 0x7F from the scanned data.

Namespace: Com.Datalogic.Decode.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public Com.Datalogic.Device.Configuration.BooleanProperty RemoveNonPrintableChars { get; set; }

Property Value

Property Value

Type: Com.Datalogic.Device.Configuration.BooleanProperty
No description available.

Remarks
removeNonPrintableChars removes all characters in the range 0x00-0x1F and the single character 0x7F from the scanned data. The length check for each symbology is evaluated before any characters are removed. Characters in the code ID, prefix, suffix, or separator won't be removed.

[Android Documentation]

See Also