Microsoft SDK for Java

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.