<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.dotnetzone.gr:443/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Πρώτα Βήματα - Αρχές προγραμματισμού</title><link>https://www.dotnetzone.gr:443/cs/forums/72/ShowForum.aspx</link><description>Αναρωτιέστε τι σημαίνει object; Class; Inheritance; Design pattern; Την απάντηση μπορείτε να την βρείτε εδώ!</description><dc:language>el</dc:language><generator>CommunityServer 2.1 SP3 (Build: 20423.1)</generator><item><title>Απ: Πωςθα κάνω ένα array από ένα text box</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/45383.aspx</link><pubDate>Sun, 12 Oct 2008 07:20:45 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:45383</guid><dc:creator>tsomos</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/45383.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=72&amp;PostID=45383</wfw:commentRss><description>Δεν το ηξερα οτι ειναι πιο αργο ετσι...thanks anyway&lt;img src="http://www.dotnetzone.gr/cs/emoticons/emotion-1.gif" alt="Smile" /&gt;&lt;br&gt;</description></item><item><title>Απ: Πωςθα κάνω ένα array από ένα text box</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/45375.aspx</link><pubDate>Sun, 12 Oct 2008 01:06:10 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:45375</guid><dc:creator>Παναγιώτης Καναβός</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/45375.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=72&amp;PostID=45375</wfw:commentRss><description>&lt;P&gt;Το αποτέλεσμα της Sting.Split θα είναι το ίδιο με την ToCharArray, με τη διαφορά ότι θα πάρει πολύ περισσότερο χρόνο. Δεν νομίζω ότι αυτό θα βοηθήσει σε τίποτε.&lt;/P&gt;</description></item><item><title>Απ: Πωςθα κάνω ένα array από ένα text box</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/45372.aspx</link><pubDate>Sun, 12 Oct 2008 00:14:31 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:45372</guid><dc:creator>tsomos</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/45372.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=72&amp;PostID=45372</wfw:commentRss><description>Για δες και το string.split βάζοντας ""&lt;br&gt;</description></item><item><title>Απ: Πωςθα κάνω ένα array από ένα text box</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/45255.aspx</link><pubDate>Wed, 08 Oct 2008 16:07:48 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:45255</guid><dc:creator>KelMan</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/45255.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=72&amp;PostID=45255</wfw:commentRss><description>&lt;P&gt;Όταν έχεις ένα string μπορείς να χρησιμοποιήσεις το method ToCharArray (δηλ myArray = TextBox1.Text.ToCharArray()) για να μετατρέψεις σε array of char.&lt;/P&gt;
&lt;P&gt;Τώρα, αν θες το array σου να περιέχει νούμερα, θα πρέπει να τα μετατρέψεις χειροκίνητα. &lt;/P&gt;
&lt;P&gt;Με LINQ μια κομψή λύση είναι να πεις κάτι σαν το παρακάτω (brain compiled):&lt;/P&gt;&lt;FONT size=2&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;int&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;[] nums2 = TextBox1.Text&lt;/FONT&gt;&lt;FONT size=2&gt;.ToCharArray().Select(s =&amp;gt; &lt;/FONT&gt;&lt;FONT color=#2b91af size=2&gt;&lt;FONT color=#2b91af size=2&gt;Int32&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;.Parse(s.ToString())).ToArray();&lt;/P&gt;&lt;/FONT&gt;</description></item><item><title>Πωςθα κάνω ένα array από ένα text box</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/45251.aspx</link><pubDate>Wed, 08 Oct 2008 12:27:20 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:45251</guid><dc:creator>Panos.C#</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/45251.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=72&amp;PostID=45251</wfw:commentRss><description>Έχω ένα Text box όπου ο χρηστης πληκτρολογεί έναν 9ψηφιο αριθμό π.χ. 123456789.&lt;br /&gt;Πως μπορώ να τον κάνω array&lt;br /&gt;δηλαδή {1,2,3,4,5,6,7,8,9}</description></item></channel></rss>