MarkupEntityCodec.isSpace

Checks whether the given character is a space.

class MarkupEntityCodec(E : IEntitySet)
protected
bool
isSpace
(
Char
)
(
Char c
)

Parameters

c Char

character to check

Return Value

Type: bool

true if the character is a space

Meta