C# Class Bytes2you.Validation.Helpers.StringHelper

Show file Open project: veskokolev/Bytes2you.Validation

Public Methods

Method Description
IsEmpty ( string value ) : bool
IsNullOrWhiteSpace ( string value ) : bool

Method Details

IsEmpty() public static method

public static IsEmpty ( string value ) : bool
value string
return bool

IsNullOrWhiteSpace() public static method

public static IsNullOrWhiteSpace ( string value ) : bool
value string
return bool