TAILIEUCHUNG - Professional C# Third Edition phần 5

Một danh sách mảng là rất tương tự như một mảng, ngoại trừ việc nó có khả năng phát triển. Nó được biểu diễn bởi các lớp . Lớp ArrayList cũng có một số điểm tương đồng với lớp StringBuilder Chỉ cần như một StringBuilder | Chapter 17 ----Simpo PDF Merge and Split Unregistered Version - http To display the information that is associated with a Regioninfo object in the method ShowRegion Information a Regioninfo object is constructed passing the selected culture identifier. Then access the properties DisplayName CurrencySymbol ISOCurrencySymbol and IsMetric properties to display this information. private void ShowRegioninformation int culture Regioninfo ri new Regioninfo culture Starting the application you can see all available cultures in the tree view and selecting a culture lists the cultural characteristics as shown in Figure 17-7. Figure 17-7 Sorting Sorting strings is dependent on the culture. Some cultures have different sorting orders. One example is Finnish where the characters V and W are treated the same. The algorithms that compare strings for sorting by default use a culture-sensitive sort where the sort is dependent on the culture. 520 Localization Simpo PDF Merge and Split Unregistered Version - http To demonstrate this behavior of a Finnish sort I have created a small sample Console application where some . states are stored unsorted inside an array. We are going to use classes from the namespaces and so these namespaces must be declared. The method DisplayNames shown below is used to display all elements of an array or of a collection on the console static void DisplayNames IEnumerable e foreach string s in e s - In the Main method after creating the array with some of the . states the thread property CurrentCulture is set to the Finnish culture so that the following uses the Finnish sort order. Calling the method DisplayNames displays all the states on the .

Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.