Represents a constraint that a string property is not pure white space.
Validates that value is a string and has 1 or more non white-space characters.
The value to check.
True if value is a string and has 1 or more non white space characters.
Represents a constraint that a string property is not pure white space.