DOMTokenList.Replace

DOMTokenList.Replace method

Sostituisce un token esistente con un nuovo token. Non fa nulla se il primo token non esiste.

public bool Replace(string token, string newToken)
ParametroTipoDescrizione
tokenStringIl token che vuoi sostituire.
newTokenStringIl token con cui vuoi sostituire il vecchio token.

Valore di ritorno

BooleanoVERO se il token è stato trovato e sostituito,falso Altrimenti.

Guarda anche