Hi...
I get some imports from a data Table and need to present them in lable controls like currency.. I'm trying using Format function but nothing happend.. this is muy code:
labelContrato.Text = Format(dtCtto.Rows(0).Item("Imp_Ctto").ToString, "$##,##0.00")
it presents .... 123654.5
but I need .... $123,654.50
Can you help me?