Class WiFiInput
Represents a input field for a WiFi value.
Inheritance
Namespace: Telerik.Barcode
Assembly: Telerik.Reporting.dll
Syntax
public class WiFiInput
Constructors
WiFiInput(String, Boolean)
Initializes a new instance of the WiFiInput class.
Declaration
public WiFiInput(string value, bool isHex = false)
Parameters
System.String
value
The value this instance holds. |
System.Boolean
isHex
True if the value is in Hexadecimal format, otherwise false. |
Properties
EscapedValue
Gets the value with all special symbols escaped.
Declaration
public object EscapedValue { get; }
Property Value
System.Object
|
IsHex
Gets a value indicating whether the Value property holds information in a Hexadecimal format.
Declaration
public bool IsHex { get; }
Property Value
System.Boolean
|
Value
Gets the value of this input instance.
Declaration
public string Value { get; }
Property Value
System.String
|