InvalidPathException.Input Property

Definition

Returns the input string.

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

Property Value

the input string

Attributes

Remarks

Returns the input string.

Java documentation for java.nio.file.InvalidPathException.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