I want “(int)null” to return me 0

前端 未结 8 2234
隐瞒了意图╮
隐瞒了意图╮ 2021-02-13 14:14

How can i get 0 as integer value from (int)null.

EDIT 1: I want to create a function that will return me default values for null representa

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-13 15:09

    Check out this post for a mostly complete method for writing an extension to do just this. My scenario is pulling data from a NameValueCollection.

    http://hunterconcepts.com/blog/Extensions_HttpRequestFormQueryString/

提交回复
热议问题