CompareMethod Enumeration

 <  Day Day Up  >  

The CompareMethod enumeration is used by several functions to indicate whether string comparisons should be done using binary comparisons or text comparisons.

Advanced

If the CompareMethod enumeration is not supplied to a Visual Basic .NET runtime function, the compiler will substitute the current OptionCompare value instead.


 Binary = 0 

Binary comparisons should be used. Constant equivalent: vbBinaryCompare .

 Text = 1 

Text comparisons should be used. Constant equivalent: vbTextCompare .

 <  Day Day Up  >  


The Visual Basic .NET Programming Language
The Visual Basic .NET Programming Language
ISBN: 0321169514
EAN: 2147483647
Year: 2004
Pages: 173
Authors: Paul Vick

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net