Funzione statica
Moderato
Server.GetValue
Gets a value given a key
Non ancora tradotto
Sintassi
Server.GetValue(key, fallback)
Parametri
| Nome | Tipo | Predefinito | Descrizione |
|---|---|---|---|
key
|
string | — | Key |
fallback
|
any | — | Fallback Value if key doesn't exist |
Valore restituito
- any Value at key or fallback if key doesn't exist