Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Validate the passed encoding.

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

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