Flexberry ORM 8.0.0-beta01
Класс ICSSoft.STORMNET.Business.Audit.HelpStructures.CheckHelper

Класс, содержащий обшие полезные методы проверки данных. Подробнее...

Открытые статические члены

static bool IsNullOrWhiteSpace (string checkingString)
 Indicates whether a specified string is null, empty, or consists only of white-space characters. Analogue of string.isNullOrWhiteSpace from .NET Framework >= 4. Подробнее...
 

Подробное описание

Класс, содержащий обшие полезные методы проверки данных.

Методы

◆ IsNullOrWhiteSpace()

static bool ICSSoft.STORMNET.Business.Audit.HelpStructures.CheckHelper.IsNullOrWhiteSpace ( string  checkingString)
inlinestatic

Indicates whether a specified string is null, empty, or consists only of white-space characters. Analogue of string.isNullOrWhiteSpace from .NET Framework >= 4.

Аргументы
checkingStringThe string to test.
Возвращает
true if the value parameter is null or String.Empty, or if value consists exclusively of white-space characters.