URISyntaxException.Input Property

Definition

Returns the input string.

public virtual string? Input { [Android.Runtime.Register("getInput", "()Ljava/lang/String;", "GetGetInputHandler")] get; }
[<get: Android.Runtime.Register("getInput", "()Ljava/lang/String;", "GetGetInputHandler")>]
member this.Input : string

Property Value

String

The input string

Attributes

Remarks

Java documentation for java.net.URISyntaxException.getInput().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to