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)
Parametro | Tipo | Descrizione |
---|---|---|
token | String | Il token che vuoi sostituire. |
newToken | String | Il token con cui vuoi sostituire il vecchio token. |
Valore di ritorno
booleanoVERO
se il token è stato trovato e sostituito,falso
altrimenti.
Guarda anche
- class DOMTokenList
- spazio dei nomi Aspose.Svg.Collections
- assemblea Aspose.SVG