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

Validate the passed encoding.

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

Syntax

C#
public static bool IsEncodingValid(
	string encoding
)

Parameters

encoding
Type: System..::.String
The document encoding.

Return Value

true if the encoding is valid, false otherwise.

Remarks

Encodings are lating strings defined as: [A-Za-z] ([A-Za-z0-9._] | '-')*

See Also