Extensions.IsBlank Method

<< >>

Navigation:  CodeStencil > Custom Library > Class Library > Expansion Namespace > Extensions Class > Extensions Methods >

Extensions.IsBlank Method

Determines whether the specified string is blank.

Namespace: ZeraSystems.CodeNanite.Expansion

Assembly:  ZeraSystems.CodeNanite.Expansion (in ZeraSystems.CodeNanite.Expansion.dll)

Syntax


C#

public static bool IsBlank(
 string str
)

Parameters

str

Type: String

The string.

Return Value

true if the specified string is blank; otherwise, false.

See Also


Extensions Class

ZeraSystems.CodeNanite.Expansion Namespace