c# - Convert an Int to a WinTextBox -


मैं एक पाठ बॉक्स ( System.Windows.Forms.TextBox) के अंदर एक ऑपरेशन (पूर्णांक) के परिणाम को रखना चाहता हूं )

मैंने कन्वर्ट.ToString () फ़ंक्शन का उपयोग करने की कोशिश की, लेकिन यह काम नहीं कर रहा है।

मैं यह कैसे कर सकता / सकती हूं?

यह कोशिश करें ..

  Textbox1.Text = integervariable.Tostring () ;    

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -