G
Guest
Hi,
Sometime I can use:
Value.ToString()
but sometimes the compiler gives an error to this and I must use:
Convert.ToString(Value)
Can someone explain me the difference, and when to use which of the 2
methods ?
Sometime I can use:
Value.ToString()
but sometimes the compiler gives an error to this and I must use:
Convert.ToString(Value)
Can someone explain me the difference, and when to use which of the 2
methods ?