Share via


BarcodeSymbologies.GetName method (Handheld 8)

2/18/2014

Returns the barcode symbology type as a string.

Syntax

public static string GetName(
  uint scanDataType
)
Public Shared Function GetName(
  scanDataType AsUInteger 
) AsString
public:
static String^ GetName(
  unsigned int scanDataType
)

Parameters

  • scanDataType
    Type: System.UInt32 [.NET] | Platform::uint32 [C++]

    The barcode symbology type.

Return value

Type: System.String [.NET] | Platform::String [C++]

The barcode symbology type as a string.

See Also

Reference

BarcodeSymbologies class