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
Syntaxpublic static bool IsNullOrEmpty(
MultilanguageString stringToTest
)
Public Shared Function IsNullOrEmpty (
stringToTest As MultilanguageString
) As Boolean
public:
static bool IsNullOrEmpty(
MultilanguageString^ stringToTest
)
static member IsNullOrEmpty :
stringToTest : MultilanguageString -> bool
Parameters
- stringToTest
- Type: Aloe.EnterpriseOne.ModelMultilanguageString
The string to test.
Return Value
Type:
Booleantrue when the string is null or empty.
See Also