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

Popular posts from this blog

How to use lamda expression for updating using LINQ

Start working with CDS in Power Platform

Power Apps Choice Column Default Value with connector as Sharepoint