gpt4 book ai didi

vb.net - 获取字符串中的最后5个字符

转载 作者:行者123 更新时间:2023-12-03 10:44:21 26 4
gpt4 key购买 nike

我想从字符串中获取最后5位数字/字符。例如,我想从"I will be going to school in 2011!"获得"2011!"

有任何想法吗?我知道Visual Basic具有Right(string, 5);这对我不起作用,给了我一个错误。

最佳答案

str.Substring(str.Length - 5)

关于vb.net - 获取字符串中的最后5个字符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2813505/

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