Type conversion in Visual Basic.
There are many different type of casting by which we can convert the data from one format to another.
CBool - converting to boolean .
CByte - converting to Byte .
CInt - converting to int .
CLng - Converting to long .
CDes- converting to decimal .
CStr - converting to string.
CUint - converting to int .
CUlng - convertingto ultra long .
Comments
Post a Comment