Class WiFiInput
Inheritance
System.Object
WiFiInput
Namespace: Telerik.Barcode
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class WiFiInput : Object
Constructors
WiFiInput(String, Boolean)
Declaration
public WiFiInput(string value, bool isHex = false)
Parameters
|
System.String
value
|
|
System.Boolean
isHex
|
Properties
EscapedValue
Declaration
public object EscapedValue { get; }
Property Value
|
System.Object
|
IsHex
Declaration
public bool IsHex { get; }
Property Value
|
System.Boolean
|
Value
Declaration
public string Value { get; }
Property Value
|
System.String
|