[]
        
(Showing Draft Content)

FarPoint.Win.SuperEdit.RegionalSettings.IsAllBlanks

IsAllBlanks Method

IsAllBlanks(string)

Determines whether a string is all blanks.

Declaration
public static bool IsAllBlanks(string value)
Public Shared Function IsAllBlanks(value As String) As Boolean
Parameters
Type Name Description
string value

String containing the value

Returns
Type Description
bool

true if string is all blanks; false otherwise