Microsoft SDK for Java

compareString

This method of the SystemX class compares two strings using the Win32 CompareString and the supplied locale identifier and flags. This method was added as of versions 2437 through 2925 of the Microsoft virtual machine.

Syntax

public static native void compareString(int lcid, int flags, String tring1, String string2);

Parameters

lcid The locale identifier.
flags Used to compare strings.
string1 A string to be compared.
string2 A string to be compared.

Remarks

This method was added as of versions 2437 through 2925 of the Microsoft virtual machine.

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