DisplayFormatAttribute.GetNullDisplayText Method

Definition

Returns the UI display string for NullDisplayText.

public string? GetNullDisplayText ();
public string GetNullDisplayText ();

Returns

The UI display string.

If NullDisplayTextResourceType has not been specified, the value of NullDisplayText is returned.

If NullDisplayTextResourceType has been specified and NullDisplayText represents a resource key within that resource type, the localized value is returned.

If NullDisplayText and NullDisplayTextResourceType have not been set, returns null.

Exceptions

Both the NullDisplayTextResourceType and NullDisplayText properties are set, but a public static property with a name matching the NullDisplayText value cannot be found on the NullDisplayTextResourceType.

Applies to

Product Versions
.NET Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Standard 2.0 (package-provided), 2.1 (package-provided)