gpt4 book ai didi

.net - 从数据库中获取整数前的零

转载 作者:行者123 更新时间:2023-12-02 08:35:21 25 4
gpt4 key购买 nike

If dr.Read Then
mtCompareWeek.Text = dr("Week").ToString()
End If

我的 access 数据库的值是 03.. 但它只显示为 3。我应该怎么做才能在文本框中得到“03”?
*CStr 也不起作用。

最佳答案

你应该使用 format string

mtCompareWeek.Text = String.Format("{0:D2}", dr("Week"))

关于.net - 从数据库中获取整数前的零,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22194111/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com