BarcodeSymbologies.GetName(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the barcode symbology type as a string.
public:
static Platform::String ^ GetName(unsigned int scanDataType);
static winrt::hstring GetName(uint32_t const& scanDataType);
public static string GetName(uint scanDataType);
function getName(scanDataType)
Public Shared Function GetName (scanDataType As UInteger) As String
Parameters
- scanDataType
-
UInt32
unsigned int
uint32_t
The barcode symbology type.
Returns
The barcode symbology type as a string.