'Declaration Public Function IsEmptyText() As Boolean
'Usage Dim instance As FormatResult Dim value As Boolean value = instance.IsEmptyText()
public bool IsEmptyText()
Return Value
true
if the display text is empty; otherwise, false
.'Declaration Public Function IsEmptyText() As Boolean
'Usage Dim instance As FormatResult Dim value As Boolean value = instance.IsEmptyText()
public bool IsEmptyText()
true
if the display text is empty; otherwise, false
.