Vb.Net:
Private Sub button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles button1.Click
Dim para As Double
para = textBox1.Text
textBox2.Text = String.Format(“{0:n} TL”, para)
TextBox3.Text = String.Format(“{0:c}", para)
End Sub
Son düzenleme: