Microsoft SDK for Java

Utils.capitalize

Capitalizes the first letter of a string.

Syntax

public static String capitalize( String name )

Parameters

name

The string to capitalize.

Return Value

Returns the string with the first letter capitalized.

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