| | |
Public Overrides Function ToString()
Please support our VB.NET advertiser: Intel Parallel Studio Home
Thread Solved |
ToString() gives the textual respresentation of the object. This means with numbers that, for example, number 3 gets displayd as string "3".
ToString() also accepts format string as a parameter and this gives the full power of it. For example -123.ToString("X") returns hexadecimal representation of the number (=FFFFFF85).
You can read more about string formsts from the MSDN documentation.
Since it's overridable method you can have your own implementation of it in your own class.
ToString() also accepts format string as a parameter and this gives the full power of it. For example -123.ToString("X") returns hexadecimal representation of the number (=FFFFFF85).
You can read more about string formsts from the MSDN documentation.
Since it's overridable method you can have your own implementation of it in your own class.
Teme64 @ Windows Developer Blog
![]() |
Similar Threads
- StreamReader and Position (In VB) (VB.NET)
- HELP: Simple POS system in VB .NET (VB.NET)
- How to call a class (VB.NET)
- Modifying Class for Insert to LstBox (VB.NET)
Other Threads in the VB.NET Forum
- Previous Thread: How do you access pictureboxes as arrays
- Next Thread: How to get my User Control into the Toolbox?
| Thread Tools | Search this Thread |
.net .net2008 2005 2008 access account arithmetic array basic binary bing button buttons center check code combobox component connectionstring crystalreport data database databasesearch datagrid datagridview date design dissertation dissertations dropdownlist excel fade file-dialog filter folder ftp generatetags google gridview hardcopy images input insert intel internet mobile monitor ms net networking objects output panel passingparameters peertopeervideostreaming picturebox picturebox1 port position print printing problem problemwithinstallation project save searchbox searchvb.net select serial shutdown soap survey table tcp temperature text textbox timer timespan toolbox trim update updown user vb vb.net vb.netcode vb.netformclosing()eventpictureboxmessagebox vb2008 vbnet view visual visualbasic visualbasic.net visualstudio visualstudio2008 web winforms wpf year





