Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / RegionalSettings Class / IsAllBlanks Method
String containing the value


In This Topic
    IsAllBlanks Method
    In This Topic
    Determines whether a string is all blanks.
    Syntax
    'Declaration
     
    
    Public Shared Function IsAllBlanks( _
       ByVal value As String _
    ) As Boolean
    'Usage
     
    
    Dim value As String
    Dim value As Boolean
     
    value = RegionalSettings.IsAllBlanks(value)
    public static bool IsAllBlanks( 
       string value
    )

    Parameters

    value
    String containing the value

    Return Value

    true if string is all blanks; false otherwise
    See Also