Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Validate the passed encoding.

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

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