Click or drag to resize

MultilanguageStringExtensionsIsNullOrEmpty Method

Returns true if the MultilanguageString is null or empty (does not contain language strings).

Namespace:  Aloe.EnterpriseOne.Model
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static bool IsNullOrEmpty(
	this MultilanguageString stringToTest
)

Parameters

stringToTest
Type: Aloe.EnterpriseOne.ModelMultilanguageString
The MultilanguageString to test.

Return Value

Type: Boolean
true if value is null or empty.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type MultilanguageString. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also