NullString Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This type is introduced to provide a way to pass null into a .NET method that has a string parameter.
public ref class NullString
public class NullString
type NullString = class
Public Class NullString
- Inheritance
-
NullString
Properties
Value |
This returns the singleton instance of NullString. |
Methods
ToString() |
This overrides ToString() method and returns null. |