DisplayFormatAttribute.GetNullDisplayText Method
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.
Returns the UI display string for NullDisplayText.
public:
System::String ^ GetNullDisplayText();
public string? GetNullDisplayText ();
public string GetNullDisplayText ();
member this.GetNullDisplayText : unit -> string
Public Function GetNullDisplayText () As String
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.