Is null empty or whitespace c#?
Answer Posted / Ravi Kant Rai
Null is not a string and should not be treated as empty or whitespace. It represents a variable or object that has not been assigned a value.
Post New Answer View All Answers
Which namespaces are necessary to create a localized application?
1122
What is expression tree in c#?
982
What is an abstract class c#?
947
How to assign Null value to Var?
1044
Why can't we use a static class instead of singleton?
940
How do you inherit a class into other class in c#?
974