PCExpressionStringHelper.isOnlyBlanks Method [AX 2012]

Dtermines if the string only contains blank characters.

public boolean isOnlyBlanks(str _text)

Run On

Called

Parameters

_text
Type: str
The string.

Return Value

Type: boolean
true if the string only contains blank characters; otherwise, false.

Community Additions

ADD
Show: