SECEdit::IsLineWhiteSpace

BOOL SECEdit::IsLineWhiteSpace(int nLine)

Tests the line for the presence of exclusively white space (spaces, tabs, or nothing)

Defined in: SECEdit.cpp

Return Value

Returns non-zero if the line is empty, or only contains tabs and/or spaces.

Parameters

nLine

The line index to check.