Condividi tramite


ILocalizer.LookupValues(String, String[]) Metodo

Definizione

Convertire una chiave in una matrice di valori.

public bool LookupValues (string key, out string[] values);
abstract member LookupValues : string * String[] -> bool
Public Function LookupValues (key As String, ByRef values As String()) As Boolean

Parametri

key
String

Chiave da cercare.

values
String[]

Valore della matrice da impostare se presente.

Restituisce

True se viene trovato il valore .

Si applica a