Partager via


ISymbolTable.Lookup(String) Method

Definition

Lookup the characters associated with this string and return it.

[Android.Runtime.Register("lookup", "(Ljava/lang/String;)[C", "GetLookup_Ljava_lang_String_Handler:Android.Icu.Text.ISymbolTableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public char[]? Lookup (string? s);
[<Android.Runtime.Register("lookup", "(Ljava/lang/String;)[C", "GetLookup_Ljava_lang_String_Handler:Android.Icu.Text.ISymbolTableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member Lookup : string -> char[]

Parameters

s
String

the symbolic name to lookup

Returns

Char[]

a char array containing the name's value, or null if there is no mapping for s.

Attributes

Remarks

Lookup the characters associated with this string and return it. Return null if no such name exists. The resultant array may have length zero.

Java documentation for android.icu.text.SymbolTable.lookup(java.lang.String).

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