XmlHelperIsEncodingValid Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Validate the passed encoding.
Namespace:
Tangosol.Run.Xml
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
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