Page 1 of 1

bit(160) type equivalent in .Net ?

Posted: Fri 08 Sep 2006 19:58
by bradk
Hello, can we use the bit data type with the Corelab provider ? What is the equivalent .Net CLR type ? It appears it may be a string, but I could also see it as a byte array. Please inform. Thanks.

Posted: Mon 11 Sep 2006 11:18
by Alexey
You can use the bit data type with the Corelab provider. The equivalent is BitArray.