CharSequence.ToLocalJniHandle Method

Definition

Overloads

ToLocalJniHandle(ICharSequence)
ToLocalJniHandle(IEnumerable<Char>)
ToLocalJniHandle(String)

ToLocalJniHandle(ICharSequence)

public static IntPtr ToLocalJniHandle (Java.Lang.ICharSequence? value);
static member ToLocalJniHandle : Java.Lang.ICharSequence -> nativeint

Parameters

Returns

IntPtr

nativeint

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

ToLocalJniHandle(IEnumerable<Char>)

public static IntPtr ToLocalJniHandle (System.Collections.Generic.IEnumerable<char>? value);
static member ToLocalJniHandle : seq<char> -> nativeint

Parameters

value
IEnumerable<Char>

Returns

IntPtr

nativeint

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

ToLocalJniHandle(String)

public static IntPtr ToLocalJniHandle (string? value);
static member ToLocalJniHandle : string -> nativeint

Parameters

value
String

Returns

IntPtr

nativeint

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