JniEnvironment.Strings.ToString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- value
- JniObjectReference
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
- value
- JniObjectReference
- transfer
- JniObjectReferenceOptions
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.