MarkupEntityCodec.containsUnencoded_

Internal method for checking whether the passed string contains any unencoded entities.

class MarkupEntityCodec(E : IEntitySet)
protected
bool
containsUnencoded_
(
Char
)
(
Char[] text
)

Parameters

text Char[]

string to check

Return Value

Type: bool

true if any unencoded entities are found

Meta