หน้าแรก
หน้าแรก
ในการสร้าง StringCollection ใน C# รหัสจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections.Specialized; public class Demo { public static void Main(){ StringCollection strCol = new StringCollection(); String[] strArr = new String[] { &
ในการรับ HashCode ของทูเพิล โค้ดจะเป็นดังนี้ - ตัวอย่าง using System; public class Demo { public static void Main(String[] args){ var tuple1 = Tuple.Create(150, 400, 500, 700, 100, 1200, 1500, Tuple.Create(50, 100)); var tuple2 = Tuple.Create(15
ในการเล่นเสียงบี๊บที่ผู้ใช้แก้ไขผ่านคอนโซล รหัสมีดังนี้ - ตัวอย่าง using System; public class Demo { public static void Main(String[] args){ Console.WriteLine("Displaying standard output stream..."); Console.WriteLine("Standard Ou
หากต้องการลบองค์ประกอบออกจากดัชนีที่ระบุของรายการ รหัสจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections.Generic; public class Demo { public static void Main(String[] args){ List<string> list = new List<string>(); list.Ad
ในการดึงข้อมูลอ้างอิงของระบบไปยังสตริงที่ระบุ โค้ดจะเป็นดังนี้ - ตัวอย่าง using System; public class Demo{ public static void Main(string[] args){ string str1 = "David"; string str2 = string.Intern(str1); Console.W
ในการตรวจสอบว่า Caps Lock เปิดหรือปิดผ่านคอนโซลหรือไม่ โค้ดจะเป็นดังนี้ - ตัวอย่าง using System; public class Demo{ public static void Main(string[] args){ Console.WriteLine("The CAPS LOCK is on or not? "+ Console.CapsLock); } } ผลลัพธ์ สิ่งน
ในการตรวจสอบว่าอินพุตถูกเปลี่ยนเส้นทางบนคอนโซลหรือไม่ รหัสจะเป็นดังนี้ - ตัวอย่าง using System; public class Demo{ public static void Main(string[] args){ Console.WriteLine("Input Redirected? = "+Console.IsInputRedirected); } } ผลลัพธ์ สิ่งนี
ในการตรวจสอบว่า HybridDictionary มีการซิงโครไนซ์หรือไม่ รหัสจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections; using System.Collections.Specialized; public class Demo { public static void Main(){ HybridDictionary dict1 = new HybridDictionary(); &
หากต้องการส่งคืนฟิลด์ที่ปรากฏเป็นจำนวนครั้งที่กำหนด ไวยากรณ์จะเป็นดังนี้ − 1order by yourColumnName; ให้เราสร้างตารางก่อน - ); ตกลง ตกลง 0 แถวได้รับผลกระทบ (0.86 วินาที) แทรกระเบียนบางส่วนในตารางโดยใช้คำสั่ง insert - แทรกลงในค่า DemoTable1500 (Jackie); แบบสอบถามตกลง ได้รับผลกระทบ 1 แถว (0.06 วิ
ในการรับจำนวนของคู่คีย์/ค่าที่มีอยู่ใน OrderedDictionary รหัสจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections; using System.Collections.Specialized; public class Demo { public static void Main(){ OrderedDictionary dict = new OrderedDictionary();
เพื่อให้ได้องค์ประกอบที่สี่ของทูเปิล รหัสจะเป็นดังนี้ - ตัวอย่าง using System; public class Demo { public static void Main(String[] args){ var tuple1 = Tuple.Create(75, 200, 500, 700, 100, 1200, 1500); var tuple2 = Tuple.Create(75, 200, 500, 700
ในการรับความสูงของหน้าต่างที่ใหญ่ที่สุดของ Console โค้ดจะเป็นดังนี้ - ตัวอย่าง using System; public class Demo{ public static void Main(string[] args){ Console.WriteLine("Largest Window Height of the Console = "+Console.LargestWindowHeight); }
ในการรับสตรีมเอาต์พุตมาตรฐานผ่านคอนโซล โค้ดมีดังต่อไปนี้ - ตัวอย่าง using System; public class Demo { public static void Main(string[] args){ Console.WriteLine("Standard Output Stream = "+Console.Out); } } ผลลัพธ์ สิ่งนี้จะสร้างผลลัพธ์ต่อไปนี
Char Struct ใน C# แสดงถึงอักขระที่เป็นหน่วยโค้ด UTF-16 นี่คือวิธีการบางส่วน - วิธีการ คำอธิบาย ConvertToUtf32(Char, Char) แปลงค่าของคู่ตัวแทนเสมือนที่เข้ารหัส UTF-16 เป็นจุดโค้ด Unicode ConvertToUtf32(String, Int32) แปลงค่าของอักขระที่เข้ารหัส UTF-16 หรือคู่ตัวแทนที่ตำแหน่งที่ระบุในสตริงลงในจุดโค
Convert Class มีวิธีการแปลงชนิดข้อมูลฐานเป็นชนิดข้อมูลฐานอื่น เรามาดูตัวอย่างกัน − เมธอด Convert.ToBoolean() ใน C # ใช้เพื่อแปลงค่าที่ระบุเป็นค่าบูลีนที่เทียบเท่า ไวยากรณ์ ต่อไปนี้เป็นไวยากรณ์ - public static bool ToBoolean (string val, IFormatProvider provider); ด้านบน Val เป็นสตริงที่มีค่า True
ในการตรวจสอบ HybridDictionary สำหรับคีย์ที่ระบุ รหัสจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections; using System.Collections.Specialized; public class Demo { public static void Main(){ HybridDictionary dict = new HybridDictionary(5); &n
ในการตรวจสอบว่า Hashtable มีคีย์เฉพาะหรือไม่ รหัสจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections; public class Demo { public static void Main(){ Hashtable hash = new Hashtable(); hash.Add("One", "Katie");  
ในการตรวจสอบว่ามีองค์ประกอบอยู่ใน ArrayList หรือไม่ โค้ดจะเป็นดังนี้ − ตัวอย่าง using System; using System.Collections; public class Demo { public static void Main(){ ArrayList list = new ArrayList(); list.Add("One"); &nb
ในการแทรกรายการใหม่ใน OrderedDictionary ด้วยคีย์และค่าที่ระบุ รหัสจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections; using System.Collections.Specialized; public class Demo { public static void Main(){ OrderedDictionary dict = new OrderedDictionary(); &
ในการแทรกองค์ประกอบลงในคอลเล็กชันที่ดัชนีที่ระบุ รหัสจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections.ObjectModel; public class Demo { public static void Main(){ Collection<string> col = new Collection<string>(); col.Ad