Home
Tech Department
Software Developers
Electronic Designers
Product Design
☰
Home
Tech Department
Software Developers
Electronic Designers
Product Design
Web & Cloud Development
AI Integration
Mobile App Development
FAQ
About Us
Contact Us
Portfolio
Resources
Under the Hood
News
C# Development
Our resources for other developers, designers and engineers.
C# Development
Search
Using Null
/
C#
/
Null
/
Using Null
Determining if a handle is a null pointer
if (MyString == null) MyString = "";