Hi, my self Ravi Vishwakarma. I have completed my studies at SPICBB Varanasi. now I completed MCA with 76% form Veer Bahadur Singh Purvanchal University Jaunpur.
SWE @ MindStick | Software Engineer | Web Developer | .Net Developer | Web Developer | Backend Engineer | .NET Core Developer
Ravi Vishwakarma
11-Jun-2024String (with capital 'S'):
System.String.Substring(),Length,IndexOf(), etc.string (with lowercase 's'):
Here's an example demonstrating the use of 'String' and 'string':
In practice, you'll often see 'string' used for variable declarations and 'String' used when referring to the class itself or when explicit type specification is necessary. However, both refer to the same string data type in C#.