C#中的数据类型

时间:2011-03-20 04:11:56

标签: c# types maxlength

我正在开发一个C#应用程序。 我在表格上有三个字段。不确定哪种适合他们的数据类型。 一些帮助将不胜感激。

a: length of this field is 30 and it should be a positive integer
b: length of this field is 15 and it should be a decimal allowed positive number
c: length of this field is 15 and it should be a decimal allowed unsigned number

以下数据类型应该是什么:

a*b
a*c
b*c

2 个答案:

答案 0 :(得分:1)

只需查看here即可找到每个人的正确答案,但实际上并不难!

答案 1 :(得分:0)

这应该有所帮助:

c# built in Data Types and Their range/size of storage:

您可以在此处查看此Ultimate C#初学者指南:http://shoppingict.blogspot.com/2014/12/book-ultimate-c-guide-for-dummies.html