MarkupEntityCodec.containsEncoded_

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

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

Parameters

text Char[]

string to check

Return Value

Type: bool

true if any encoded entities are found

Meta