NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HxLink DID NOT INITIALIZE

/optioncompare:binary (Use Binary String Comparisons)

Causes strings to be compared based on their binary representations.

/optioncompare:binary

Remarks

In Microsoft Windows, the code page being used determines the binary sort order. A typical binary sort order is shown in the following example:

A < B < E < Z < a < b < e < z < À < Ê < Ø < à < ê < ø

Example

Compile myfile.vb and use binary string comparisons:

vbc /optioncompare:binary myfile.vb

See Also

Visual Basic Compiler Options