1.

How Do You Create Empty Strings In C#?

Answer»

USING STRING.empty as SHOWN in the EXAMPLE below.
string EmptyString = string.empty;

Using string.empty as shown in the example below.
string EmptyString = string.empty;



Discussion

No Comment Found