ConvertStringIsEmpty Method
Indicates if the string value is empty.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool StringIsEmpty(
Object value,
bool whiteSpaceIsEmpty = false
)
Public Shared Function StringIsEmpty (
value As Object,
Optional whiteSpaceIsEmpty As Boolean = false
) As Boolean
- value Object
- Value to evaluate.
- whiteSpaceIsEmpty Boolean (Optional)
- Indicates whether white spaces are considered empty.
Boolean if the value is empty; otherwise,
.