XmlHelperIsEncodingValid Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Validate the passed encoding.
Namespace:
Tangosol.Run.Xml
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic static bool IsEncodingValid(
string encoding
)
Parameters
- encoding
- Type: SystemString
The document encoding.
Return Value
Type:
Booleantrue if the encoding is valid,
false otherwise.
Remarks
Encodings are lating strings defined as:
[A-Za-z] ([A-Za-z0-9._] | '-')*
See Also