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