String and Characters: A Deeper Look
Help!
|
|
||||
---|---|---|---|---|---|
show | A character that's represented as an integer value, called a character code
🗑
|
||||
Unicode Character Set | show 🗑
|
||||
show | Sequences of characters in double quotation marks
🗑
|
||||
show | It's possible to exclude escape sequences and interpret alll the characters in a string literally, using the @ character to create a verbatim string. Ex: string file = @"C:\MyFolder\MySubFolder\MyFile.txt";
🗑
|
||||
show | Copies a specified number of character from a string into a char array. First argument is index fro which method begins copying characters in a string. Second is character array into which characters are copied.
🗑
|
||||
2. CopyTo Method | show 🗑
|
||||
Equals Method | show 🗑
|
||||
struct | show 🗑
|
||||
show | Derives from class object. All struct types derive from this class
🗑
|
||||
show | In the struct System.Char, which is the struct for characters, most methods are static, take at least one character argument and perform either a test or a manipulation on the character
🗑
|
||||
Regular Expressions | show 🗑
|
||||
SaveFileDialog Objects | show 🗑
|
||||
show | Dialogs that prevent the user from interacting with any other window in the program until the user closes the dialog
🗑
|
Review the information in the table. When you are ready to quiz yourself you can hide individual columns or the entire table. Then you can click on the empty cells to reveal the answer. Try to recall what will be displayed before clicking the empty cell.
To hide a column, click on the column name.
To hide the entire table, click on the "Hide All" button.
You may also shuffle the rows of the table by clicking on the "Shuffle" button.
Or sort by any of the columns using the down arrow next to any column heading.
If you know all the data on any row, you can temporarily remove it by tapping the trash can to the right of the row.
To hide a column, click on the column name.
To hide the entire table, click on the "Hide All" button.
You may also shuffle the rows of the table by clicking on the "Shuffle" button.
Or sort by any of the columns using the down arrow next to any column heading.
If you know all the data on any row, you can temporarily remove it by tapping the trash can to the right of the row.
Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.
Normal Size Small Size show me how
Normal Size Small Size show me how
Created by:
TimC#Programming
Popular Engineering sets