Created
September 8, 2019 11:09
-
-
Save Hugking/5a8e7f56c591bba843b7b1ae9324298a to your computer and use it in GitHub Desktop.
c#中的类
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- String类(C#中 String 与 string 具有相同的含义) | |
1. 静态 | |
`Compare` | |
`Concat` | |
`Format` | |
2. 非静态方法 | |
`Contains` | |
`CompareTo` | |
`Equals` | |
`IndexOf` | |
`Insert` | |
`Remove` | |
`Replace` | |
`Split` | |
`Substring` | |
`Trim` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment