NullString Class

Definition

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.

Applies to