由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - split the string
相关主题
怎么转换?Curious for VBSCRIPT in ASP file
how to retrieve the posts of mitbbs using .Net?关于泛型
HttpWebRequest小程序.Net 2.0 Window Form Property.Settings 问题
how they did elgooGOleDbDataReader
how to use old DLL in VB .NET?Windows filesystem bug
想在c#下调用另一个可执行文件[合集] asp 打开oracle数据库问题。
What would be a good control for galleryvb.net problem
How to convert formated string to int问个STRING比较的问题
相关话题的讨论汇总
话题: associates话题: diminick话题: hilton
进入DotNet版参与讨论
1 (共1页)
A*******n
发帖数: 625
1
any good method to do this:
there is a string, like 216551842402,"HILTON-DIMINICK ORTHODONTIC ASSOCIATES
, P.C."
I want to get 2 columns, first one value is 216551842402, the second is "
HILTON-DIMINICK ORTHODONTIC ASSOCIATES, P.C."
but my problem is there is , in the second.
thanks
A*******n
发帖数: 625
2
done
a9
发帖数: 21638
3
regex

ASSOCIATES

【在 A*******n 的大作中提到】
: any good method to do this:
: there is a string, like 216551842402,"HILTON-DIMINICK ORTHODONTIC ASSOCIATES
: , P.C."
: I want to get 2 columns, first one value is 216551842402, the second is "
: HILTON-DIMINICK ORTHODONTIC ASSOCIATES, P.C."
: but my problem is there is , in the second.
: thanks

k**n
发帖数: 3989
4
先找第一个豆号仆position, 然后用substring

ASSOCIATES

【在 A*******n 的大作中提到】
: any good method to do this:
: there is a string, like 216551842402,"HILTON-DIMINICK ORTHODONTIC ASSOCIATES
: , P.C."
: I want to get 2 columns, first one value is 216551842402, the second is "
: HILTON-DIMINICK ORTHODONTIC ASSOCIATES, P.C."
: but my problem is there is , in the second.
: thanks

A*******n
发帖数: 625
5
谢谢,donet有现成的control可以用。解决了
A*******n
发帖数: 625
6
any good method to do this:
there is a string, like 216551842402,"HILTON-DIMINICK ORTHODONTIC ASSOCIATES
, P.C."
I want to get 2 columns, first one value is 216551842402, the second is "
HILTON-DIMINICK ORTHODONTIC ASSOCIATES, P.C."
but my problem is there is , in the second.
thanks
A*******n
发帖数: 625
7
done
a9
发帖数: 21638
8
regex

ASSOCIATES

【在 A*******n 的大作中提到】
: any good method to do this:
: there is a string, like 216551842402,"HILTON-DIMINICK ORTHODONTIC ASSOCIATES
: , P.C."
: I want to get 2 columns, first one value is 216551842402, the second is "
: HILTON-DIMINICK ORTHODONTIC ASSOCIATES, P.C."
: but my problem is there is , in the second.
: thanks

k**n
发帖数: 3989
9
先找第一个豆号仆position, 然后用substring

ASSOCIATES

【在 A*******n 的大作中提到】
: any good method to do this:
: there is a string, like 216551842402,"HILTON-DIMINICK ORTHODONTIC ASSOCIATES
: , P.C."
: I want to get 2 columns, first one value is 216551842402, the second is "
: HILTON-DIMINICK ORTHODONTIC ASSOCIATES, P.C."
: but my problem is there is , in the second.
: thanks

A*******n
发帖数: 625
10
谢谢,donet有现成的control可以用。解决了
c**t
发帖数: 2744
11
use csvhelper
1 (共1页)
进入DotNet版参与讨论
相关主题
问个STRING比较的问题how to use old DLL in VB .NET?
请教 pass by value or reference 的问题想在c#下调用另一个可执行文件
how to get the days difference between "3/1/2013" and "6/1/2013"What would be a good control for gallery
新人再问 sql/linq: No connection string name d 'db5Entities' could be found in the application config fiHow to convert formated string to int
怎么转换?Curious for VBSCRIPT in ASP file
how to retrieve the posts of mitbbs using .Net?关于泛型
HttpWebRequest小程序.Net 2.0 Window Form Property.Settings 问题
how they did elgooGOleDbDataReader
相关话题的讨论汇总
话题: associates话题: diminick话题: hilton