IEntityCodec.encoded

Tells whether a string is fully encoded (ie contains no unencoded entities).

class IEntityCodec(E : IEntitySet)
bool
encoded
(
Char
)
(
Char[] text
)

Parameters

text Char[]

string to check

Return Value

Type: bool

true if there are no unencoded entities in the string

Meta