MarkupEntityCodec.containsUnencoded

Checks whether the input string contains any unencoded entities.

  1. bool containsUnencoded(Const!(char)[] text)
    class MarkupEntityCodec(E : IEntitySet)
    override
    bool
    containsUnencoded
    (
    Const!(char)[] text
    )
  2. bool containsUnencoded(Const!(wchar)[] text)
  3. bool containsUnencoded(Const!(dchar)[] text)

Parameters

text Const!(char)[]

string to check

Return Value

Type: bool

true if one or more unencoded entities are found

Meta