2018年5月30日 星期三

Get value from JToken that may not exist (best practices)

width = jToken.Value<double?>("width") ?? 100;

from : https://stackoverflow.com/questions/9589218/get-value-from-jtoken-that-may-not-exist-best-practices

沒有留言:

張貼留言