Microsoft SDK for Java

Utils.validateIdentifier

Validates that the string is a valid Java identifier and not a reserved word.

Syntax

public static void validateIdentifier( String s )

Parameters

s

The string to check.

Exceptions

WFCInvalidArgumentException thrown if any condition is not met.

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