L
learn
Guest
Hi,
I noticed that even a variable with integer type can have dot:
Dim i as integer
Console.Writeline(i.ToString)
So, that is about a class? the above i is an object?
I noticed that even a variable with integer type can have dot:
Dim i as integer
Console.Writeline(i.ToString)
So, that is about a class? the above i is an object?