-->

Dec 19, 2014

Single | or & Vs Double || or &&

Single | or & Vs Double || or &&
S.NoSingle | or &Double || or &&
1Bitwise Comparison. Logical Comparison.

Dec 17, 2014

Fix and Int in VB.Net

Fix and Int in VB.Net
S.NoFixInt
1Fix returns the first negative integer greater than or equal to Provided number. Int return the first negative integer less than or equal to Provided number.

Function and Sub in VB.Net

Function and Sub in VB.net
S.NoFunctionSub
1Return Values. Does Not Return Values.

Dec 16, 2014

Mid Function and Mid statement in VB.Net

Mid Function and Mid statement in VB.net
S.NoMid FunctionMid Statement
1Returns the Character. Replace the Character.