Answers for "c# is string nullable"

C#
0

c# is string nullable

String is a reference type and always nullable, you don't need to do anything special. Specifying that a type is nullable is necessary only for value types.
Posted by: Guest on February-03-2022

C# Answers by Framework

Browse Popular Code Answers by Language