[]
Determines whether a string is all blanks.
public static bool IsAllBlanks(string value)
Public Shared Function IsAllBlanks(value As String) As Boolean
Type | Name | Description |
---|---|---|
string | value | String containing the value |
Type | Description |
---|---|
bool | true if string is all blanks; false otherwise |