TAILIEUCHUNG - C#Your visual blueprint for building .NET applications phần 7

LÀM VIỆC với chuỗi Nếu bạn tập tin định dạng với một quy ước đặt tên tiêu chuẩn, bạn có thể phân chia các tên tập tin vào chuỗi con hợp lý có thể được sử dụng sau này trong logic lập trình của bạn. Loại này (INTO lớp học của bạn): | WORKING WITH STRINGS 8 r idsjk i If you format files with a standard naming convention you can split the filename into logical substrings that can be used later in your programming logic. TYPE THIS INTO YOUR CLASS RESULT static void Main string sFileName string sFileParts new string 4 char cDelim new char 1 _ sFileParts cDelim 4 string string string sPhotoType string sPhotoEvent sFileParts 1 sPhotoDate sFileParts 2 sPhotoIndex sFileParts 3 .Remove 3 4 switch case sPhotoType high resolution image break case tni sPhotoType thumbnail image break default sPhotoType unknown image type break The sPhotoType selected was index sPhotoIndex of pictures at sPhotoEvent which was taken sPhotoDate . sFileParts 0 hri C csc C The high resolution image selected was index 001 of pictures at disney which was taken jan2001. C -Q Create a string array of size 4. Q Add the Split function to split the image file up into four elements using the underscore _ character for the delimiter. Write the date that the picture was taken by accessing the second element. Lffl Set a debug stop. Press F5 to save build and run the console application. A message appears showing the date the image was taken. 179 JOIN STRINGS The String class provides methods for joining several strings and merging them into one continuous string. The method lets you join the strings with separators you specify between each string. Joining strings together is common when interacting with relational databases. For example when you build a string that contains the full address for a customer you should not store this entire string in the database. For more efficient use of your database you will normalize the storage of the address into separate fields and or tables. Because the address will be in separate fields when you pull the data from the database and display it on a user interface you will need to .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã 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.