Back to Devexpress

ValueObject.IsNullOrEmpty(ValueObject) Method

officefileapi-devexpress-dot-spreadsheet-dot-valueobject-dot-isnullorempty-x28-devexpress-dot-spreadsheet-dot-valueobject-x29.md

latest1.6 KB
Original Source

ValueObject.IsNullOrEmpty(ValueObject) Method

Determines whether the specified object is null or has an empty value.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public static bool IsNullOrEmpty(
    ValueObject valueObject
)
vb
Public Shared Function IsNullOrEmpty(
    valueObject As ValueObject
) As Boolean

Parameters

NameTypeDescription
valueObjectValueObject

A ValueObject instance to check.

|

Returns

TypeDescription
Boolean

true , if the object is null or has an empty value; otherwise, false.

|

Remarks

To check whether an object is empty, use the ValueObject.IsEmpty property.

See Also

ValueObject Class

ValueObject Members

DevExpress.Spreadsheet Namespace