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:text (Use Text String Comparisons)

Causes strings to be compared based on their text representations.

/optioncompare:text

Remarks

Text based string comparisons are based on a case-insensitive text sort order determined by your system's locale. A typical text sort order is shown in the following example:

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

Example

Compile myfile.vb and use text based string comparisons:

vbc /optioncompare:text myfile.vb

See Also

Visual Basic Compiler Options