Windows mobile 中的 C# 返回部分字符、二进制、文本或图像表达式的函数是什么?
Windows mobile 中 C# 返回部分字符、二进制、文本或图像表达式的函数是什么?因为 Substring()
函数在 Windows Mobile 中不起作用。
What is the function for returning part of a character, binary, text, or image expression in C# in Windows mobile? Because Substring()
function does not work in Windows Mobile.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
大多数移动设备显然都支持 子字符串框架。来自 MSDN:
支持
Windows 98、Windows Server 2000 SP4、Windows CE、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Mobile for Smartphone、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition
Windows Vista、Microsoft Windows XP SP2 和 Windows Server 支持 Microsoft .NET Framework 3.0 2003 SP1。
Substring is apparently supported by most mobile frameworks. From MSDN:
Supported By
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
如果您想要字符串中的字符,您可以尝试:
If you want a character from a string you can try: