ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions.Evaluation Namespace / Variant Structure / IsNullOrEmptyString Property

In This Topic
    IsNullOrEmptyString Property
    In This Topic
    Checks if the variant value is null or empty string.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsNullOrEmptyString As Boolean
    public bool IsNullOrEmptyString {get;}
    See Also