---
title: "What is string and String ?"  
description: "What is string and String ?"  
author: "Anonymous User"  
published: 2019-02-09  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/23481/what-is-string-and-string  
category: "c#"  
tags: ["c#", "asp.net", "oops", "c++"]  
reading_time: 1 minute  

---

# What is string and String ?

string is an alias for System.String type. But fundamentally can say it have a difference that String(System.String) is not a keyword.

## Answers

### Answer by Avnish Kumar

string is an alias for System.String type. But fundamentally can say it have a difference that String(System.String) is not a keyword.


---

Original Source: https://www.mindstick.com/interview/23481/what-is-string-and-string

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
