<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>C# SPlit &#8211; Sibeesh Passion</title>
	<atom:link href="https://mail.sibeeshpassion.com/tag/csharp-split/feed/" rel="self" type="application/rss+xml" />
	<link>https://mail.sibeeshpassion.com</link>
	<description>My passion towards life</description>
	<lastBuildDate>Wed, 02 Jun 2021 15:17:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>/wp-content/uploads/2017/04/Sibeesh_Passion_Logo_Small.png</url>
	<title>C# SPlit &#8211; Sibeesh Passion</title>
	<link>https://mail.sibeeshpassion.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Split method with a string value in c#</title>
		<link>https://mail.sibeeshpassion.com/split-method-with-a-string-value-in-c/</link>
					<comments>https://mail.sibeeshpassion.com/split-method-with-a-string-value-in-c/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Sun, 31 May 2015 14:36:09 +0000</pubDate>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[C# SPlit]]></category>
		<guid isPermaLink="false">https://sibeeshpassion.com/?p=3811</guid>

					<description><![CDATA[As you know a normal split method is accepting only a character . It will throw an error when we give a string to split. This code shows you how you can use split method to split a string by a string in c#. [csharp] string myQuery=&#34;select * from tblAccount where id=1&#34; List&#60;string&#62; queryList = myQuery.Split(new string[] { &#34;where&#34; }, StringSplitOptions.None).ToList(); [/csharp] The queryList will give you the list after split Kindest Regards]]></description>
										<content:encoded><![CDATA[<p>As you know a normal split method is accepting only a character . It will throw an error when we give a string to split. This code shows you how you can use split method to split a string by a string in c#.<br />
[csharp]<br />
string myQuery=&quot;select * from tblAccount where id=1&quot;<br />
List&lt;string&gt; queryList = myQuery.Split(new string[] { &quot;where&quot; }, StringSplitOptions.None).ToList();<br />
[/csharp]<br />
The queryList  will give you the list after split</p>
<p>Kindest Regards</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mail.sibeeshpassion.com/split-method-with-a-string-value-in-c/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
