Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
Utils.quotedChar
Creates a string that contains the specified character that can be put into a stream that can be compiled.
Syntax
public static String quotedChar(char c**)**
Parameters
c
The character to quote.
Return Value
Returns the quoted string.