string nome, idade, valores;
WebClient WEBC = new WebClient();
public void Exemplo()
{
valores = WEBC.DownloadString("https://pastebin.com/raw/r4GjhKQ3");
}
I want to get the values of the name and age after the '=' of the 'values' varia...
asked by
17.06.2018 / 05:02