Udostępnij za pośrednictwem


JniEnvironment.Strings.ToString Method

Definition

Overloads

ToString(JniObjectReference)
ToString(IntPtr)
ToString(JniObjectReference, JniObjectReferenceOptions)

ToString(JniObjectReference)

public static string? ToString (Java.Interop.JniObjectReference value);
static member ToString : Java.Interop.JniObjectReference -> string

Parameters

Returns

Remarks

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

ToString(IntPtr)

public static string? ToString (IntPtr reference);
static member ToString : nativeint -> string

Parameters

reference
IntPtr

nativeint

Returns

Remarks

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

ToString(JniObjectReference, JniObjectReferenceOptions)

public static string? ToString (ref Java.Interop.JniObjectReference value, Java.Interop.JniObjectReferenceOptions transfer);
static member ToString : JniObjectReference * Java.Interop.JniObjectReferenceOptions -> string

Parameters

Returns

Remarks

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