TagDecodedDataRawDataAscii Property  | 
 
 Gets or sets a value indicating whether to decode EPC as an ASCII string. This option is mutually exclusive with other options.
 
 
    Namespace: 
   com.gigatms.Parameters.TS800_60
    Assembly:
   GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic bool Ascii { get; set; }Public Property Ascii As Boolean
	Get
	Set
public:
property bool Ascii {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Booleantrue if ASCII; otherwise, 
false.
 
See Also