MultilanguageStringExtensionsIsNullOrEmpty Method |
Namespace:
Aloe.EnterpriseOne.Model
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static bool IsNullOrEmpty(
this MultilanguageString stringToTest
)
<ExtensionAttribute>
Public Shared Function IsNullOrEmpty (
stringToTest As MultilanguageString
) As Boolean
public:
[ExtensionAttribute]
static bool IsNullOrEmpty(
MultilanguageString^ stringToTest
)
[<ExtensionAttribute>]
static member IsNullOrEmpty :
stringToTest : MultilanguageString -> bool
Parameters
- stringToTest
- Type: Aloe.EnterpriseOne.ModelMultilanguageString
The MultilanguageString to test.
Return Value
Type:
Booleantrue 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