- 博客(6)
- 收藏
- 关注
原创 字符串16进制数转10进制
how convert hex (string) to dec Module Module1 Sub Main() '字符串转十进制 Dim value As String = "2FF" Dim dec As Integer = CDec("&H" + value) Console.WriteLine(dec...
2019-11-19 22:33:57
215
原创 常用函数————字符串处理
Today, I learn about string type like Upper string , lower string , get sub string, trim string ,compare string, search string , reverse string and so on. let me show you achievement in the below Mod...
2019-11-18 22:26:56
273
原创 常用数学函数
Imports System.Math Module Module1 Sub Main() '绝对值 Console.WriteLine("请输入一个负数值") Dim minus As Integer = Console.ReadLine() Console.WriteLine(Abs(minus)) Console.ReadLine() '保留...
2019-11-14 21:40:54
329
原创 # vb.net 学习记录
vb.net 学习记录 这是记录学习vb.net历程的个人微博。 一来能够将新学的内容记录于此,便于复习查找。 二来能够记录自己的成长,鞭策自己。 let’s begin! ...
2019-11-14 21:00:23
178
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅