Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Validate the passed comment.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
public static bool IsCommentValid(
	string comment
)

Parameters

comment
Type: System..::.String
The XML comment.

Return Value

true if the comment is valid, false otherwise.

Remarks

Comments may not contain "--". See the XML specification 1.0 2ed section 2.5.

See Also