])*>"-6ren">
gpt4 book ai didi

c# - 在 C# 与 VB.NET 中声明一个字符串

转载 作者:太空宇宙 更新时间:2023-11-03 18:47:34 25 4
gpt4 key购买 nike

在将 Google 自定义搜索引擎附加到我的页面的过程中,

我有一个字符串,我将在 C# 中将其声明为

String rxPattern = "<(?>\"[^\"]\"|'[^']'|[^'\">])*>";

如何在 VB 中将其转换为字符串?我的意思是使用 VB/VB.NET 将相同的值存储到字符串变量 rxPattern 中?

最佳答案

\" 替换为 ""(双引号)并去掉分号:

Dim rxPattern As String = "<(?>""[^""]""|'[^']'|[^'"">])*>"

关于c# - 在 C# 与 VB.NET 中声明一个字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3072398/

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