English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

it is used when variable is called in dot net language

2006-09-12 00:34:05 · 2 answers · asked by purnima v 1 in Computers & Internet Programming & Design

2 answers

It converts the contents of the variable to an ascii string.

Example -

Say you want to read a line from a listbox into a string you could ToString() to do it.

mystring=mylistbox.item(1).ToString();

2006-09-12 00:45:00 · answer #1 · answered by Anonymous · 0 0

It is used when you only like to get the value and not the variable.

Helmut

2006-09-12 00:42:08 · answer #2 · answered by hswes 2 · 0 0

fedest.com, questions and answers