Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

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.
 
PREVIOUS NEXT
Tagged: #string #nullable
ADD COMMENT
Topic
Name
2+4 =