CODE:
//string = "a#b#c#"
string[] split;
split = string.Split('#');
string1 = split[0]; //a
string2 = split[1]; //b
string3 = split[2]; //c
This blog is about the dotnet.all types of codes,news about dotnet including asp.net,vb.net,c# and know about new dotnet technology.programing in asp.net,vb.net,c#, ajax, AJAX tech support for .net and discuss the new technology in dotnet.ncluding asp.net,vb.net,c# and know about new dotnet technology.programing in asp.net,vb.net,c#, ajax, AJAX tech support for .net and discuss the new technology in dotnet.asp.net programming,dot net programming,dotnet programs,dotnet source code,source code.
CODE:
//string = "a#b#c#"
string[] split;
split = string.Split('#');
string1 = split[0]; //a
string2 = split[1]; //b
string3 = split[2]; //c
0 comments:
Post a Comment