<?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>CSharp Archives - IODocs</title>
	<atom:link href="https://www.iodocs.com/csharp/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.iodocs.com/csharp/</link>
	<description>IODocs: Comprehensive How-To Guides, Software Tutorials, and More IODocs.com</description>
	<lastBuildDate>Mon, 07 Nov 2022 20:39:14 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://www.iodocs.com/wp-content/uploads/2019/01/cropped-logoIODOCSretina-32x32.avif</url>
	<title>CSharp Archives - IODocs</title>
	<link>https://www.iodocs.com/csharp/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>FileStream to byte[] C#</title>
		<link>https://www.iodocs.com/filestream-to-byte-c/</link>
		
		<dc:creator><![CDATA[rck]]></dc:creator>
		<pubDate>Mon, 07 Nov 2022 20:03:18 +0000</pubDate>
				<category><![CDATA[CSharp]]></category>
		<guid isPermaLink="false">https://www.iodocs.com/?p=2772</guid>

					<description><![CDATA[<p>FileStream provides access to files at the byte level, so, for example, if you have to count or write one or more lines into a text file, the array of bytes should be converted into strings using special methods. That's why other classes are used to work with text files.</p>
<p>The post <a href="https://www.iodocs.com/filestream-to-byte-c/">FileStream to byte[] C#</a> appeared first on <a href="https://www.iodocs.com">IODocs</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>How do I remove extra spaces between words in C#</title>
		<link>https://www.iodocs.com/how-do-i-remove-extra-spaces-between-words-in-c/</link>
		
		<dc:creator><![CDATA[rck]]></dc:creator>
		<pubDate>Sat, 19 Feb 2022 01:16:15 +0000</pubDate>
				<category><![CDATA[CSharp]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[Trim]]></category>
		<category><![CDATA[TrimEnd]]></category>
		<category><![CDATA[TrimStart]]></category>
		<guid isPermaLink="false">https://iodocs.com/?p=746</guid>

					<description><![CDATA[<p>How do I remove extra spaces between words in C#?</p>
<p>The post <a href="https://www.iodocs.com/how-do-i-remove-extra-spaces-between-words-in-c/">How do I remove extra spaces between words in C#</a> appeared first on <a href="https://www.iodocs.com">IODocs</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>how to write single back slash in string in C#</title>
		<link>https://www.iodocs.com/how-to-write-single-back-slash-in-string-in-c/</link>
		
		<dc:creator><![CDATA[rck]]></dc:creator>
		<pubDate>Sat, 18 May 2019 06:55:39 +0000</pubDate>
				<category><![CDATA[CSharp]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[back slash]]></category>
		<category><![CDATA[backslash]]></category>
		<category><![CDATA[backslash in string C#]]></category>
		<category><![CDATA[C# Reference]]></category>
		<guid isPermaLink="false">https://iodocs.com/?p=502</guid>

					<description><![CDATA[<p>c# - How do I write a backslash (\) in a string?</p>
<p>The post <a href="https://www.iodocs.com/how-to-write-single-back-slash-in-string-in-c/">how to write single back slash in string in C#</a> appeared first on <a href="https://www.iodocs.com">IODocs</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>C# How to get the path for a usb flash drive</title>
		<link>https://www.iodocs.com/c-how-to-get-the-path-for-a-usb-flash-drive/</link>
		
		<dc:creator><![CDATA[rck]]></dc:creator>
		<pubDate>Wed, 01 Aug 2018 17:21:21 +0000</pubDate>
				<category><![CDATA[CSharp]]></category>
		<guid isPermaLink="false">https://iodocs.com/?p=1811</guid>

					<description><![CDATA[<p>The class you would want to use to develop your solution is the DriveInfo class. There is no way to guarantee it is the same drive easily but you can use options such as the DriveType property to check it is a removable USB drive or the VolumeLabel if you are trying to make it [&#8230;]</p>
<p>The post <a href="https://www.iodocs.com/c-how-to-get-the-path-for-a-usb-flash-drive/">C# How to get the path for a usb flash drive</a> appeared first on <a href="https://www.iodocs.com">IODocs</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Insert, Update, Delete, Display Data in MySQL</title>
		<link>https://www.iodocs.com/insert-update-delete-display-data-in-mysql-using-net/</link>
		
		<dc:creator><![CDATA[rck]]></dc:creator>
		<pubDate>Wed, 25 Apr 2018 22:18:17 +0000</pubDate>
				<category><![CDATA[CSharp]]></category>
		<category><![CDATA[MySQL]]></category>
		<guid isPermaLink="false">https://iodocs.com/?p=1616</guid>

					<description><![CDATA[<p>how to insert, update, delete and display data in MySQL. C#</p>
<p>The post <a href="https://www.iodocs.com/insert-update-delete-display-data-in-mysql-using-net/">Insert, Update, Delete, Display Data in MySQL</a> appeared first on <a href="https://www.iodocs.com">IODocs</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
