Hi.
I've this situation
labelTempoDiStampa.SetBinding (Label.TextProperty, "TempoDiStampa",stringFormat: "Tempo di stampa: {0}");
Binding works well, but the output is
1
and not
Tempo di stampa: 1
Which is the error?
Thanks?
Alessandro
Hi.
I've this situation
labelTempoDiStampa.SetBinding (Label.TextProperty, "TempoDiStampa",stringFormat: "Tempo di stampa: {0}");
Binding works well, but the output is
1
and not
Tempo di stampa: 1
Which is the error?
Thanks?
Alessandro