There are a lot of built in methods and properties in C# and .NET, such as Trim() and Length(). Where can I find a complete list of these methods and properties for built-in types?
If you need a reference of the .NET class library and all the classes and methods it provides, MSDN is almost definitely the single most useful online resource — See e.g. .NET Framework Class Library Overview (introduction) and .NET Framework Class Library (reference library).
If all that you need is a reference of .NET string methods, again:
System.String classIf you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With