StringUtilsToCharEscape Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Format a char to a printable escape if necessary.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic static string ToCharEscape(
char ch
)
Parameters
- ch
- Type: SystemChar
The char.
Return Value
Type:
String
A printable string representing the passed char.
See Also