New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a input field for a WiFi value.

Definition

Namespace:Telerik.Barcode

Assembly:Telerik.Maui.Controls.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)
Parameters:valuestring

The value this instance holds.

isHexbool

True if the value is in Hexadecimal format, otherwise false.

Properties

Gets the value with all special symbols escaped.

C#
public object EscapedValue { get; }

Gets a value indicating whether the Value property holds information in a Hexadecimal format.

C#
public bool IsHex { get; }

Gets the value of this input instance.

C#
public string Value { get; }