Constants.vbNullString Field

Definition

Represents a zero-length string for print and display functions, and for calling external procedures.

public: System::String ^ vbNullString = nullptr;
public const string vbNullString = null;
public const string? vbNullString = null;
val mutable vbNullString : string
Public Const vbNullString As String  = null

Field Value

Value = null

Applies to

See also