XmlHelperIsCommentValid Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Validate the passed comment.
Namespace:
Tangosol.Run.Xml
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic static bool IsCommentValid(
string comment
)
Parameters
- comment
- Type: SystemString
The XML comment.
Return Value
Type:
Booleantrue if the comment is valid,
false otherwise.
Remarks
Comments may not contain "--". See the XML specification 1.0 2ed
section 2.5.
See Also