Click or drag to resize

MultilanguageStringIsNullOrEmpty Method

Determines whether the specified string is null or empty.

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

Parameters

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

Return Value

Type: Boolean
true when the string is null or empty.
See Also