ViewDebug.IntToString.To Method

Definition

The String to use in place of the original int value.

[Android.Runtime.Register("to", "()Ljava/lang/String;", "GetToHandler")]
public abstract string? To ();
[<Android.Runtime.Register("to", "()Ljava/lang/String;", "GetToHandler")>]
abstract member To : unit -> string

Returns

An arbitrary non-null String.

Attributes

Remarks

The String to use in place of the original int value.

Java documentation for android.view.ViewDebug.IntToString.to().

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