How can i get 0 as integer value from (int)null.
(int)null
EDIT 1: I want to create a function that will return me default values for null representa
You'll need a return type of Nullable(Of Integer).
Nullable(Of Integer)