Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > Biztalk
|
Biztalk General discussion about Biztalk server.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Biztalk section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 2nd, 2008, 11:17 AM
Registered User
 
Join Date: May 2008
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default Problem in string.split() function

I have a string delimited by comma ex
"1,2,3"
How to split this string
I had tried the following
Variable_1="1,2,3";
Variable_2=Variable_1.Split(',');
Where Variable_1 & Variable_2 are System.String type.
I am getting error cannot implicitly convert type 'System.String[]'to 'System.String'I couldn not find the assembly for String array .
When i tried this expression
string[] Variable_1 = MatchRuleFields.Split(',');
where Variable_1 is a string type it is giving an error which is as follows identifier 'string' does not exist in MatchRulesOrches'; are you missing an assembly reference?








Similar Threads
Thread Thread Starter Forum Replies Last Post
using the split function jd_erd Access 2 May 7th, 2007 09:59 PM
split function MunishBhatia ASP.NET 2.0 Professional 4 May 1st, 2007 10:05 AM
using 'Split' function p_gauri7 Crystal Reports 0 March 11th, 2005 01:02 PM
Split function Beulah ASP.NET 1.0 and 1.1 Basics 1 September 12th, 2003 09:14 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.