Skip to content

Instantly share code, notes, and snippets.

@Hugking
Created September 8, 2019 11:09
Show Gist options
  • Save Hugking/5a8e7f56c591bba843b7b1ae9324298a to your computer and use it in GitHub Desktop.
Save Hugking/5a8e7f56c591bba843b7b1ae9324298a to your computer and use it in GitHub Desktop.
c#中的类
- 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