Microsoft SDK for Java

isLocalCharDBCSLeadByte

This method of the SystemX class checks if a local code page character is a lead byte for DBCS systems.

Syntax

public native static boolean isLocalCharDBCSLeadByte(byte local);

Return Value

Returns true if the local code page is DBCS; otherwise, returns false.

Parameters

local The local code page character.

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