Custom DataType
-
Hello, Can anyone guide me on how to make my own datatype, that will work same as string but with some difference in the way string implements CompareTo method. It is not possible to extend String class (it is sealed). or is there any chance that I can change string's CompareTo implementation. I need to use this datatype in DataView and TableStyles. Thanks in advance. Maqsood Ahmed [MCP,C#] Kolachi Advanced Technologies http://www.kolachi.net
-
Hello, Can anyone guide me on how to make my own datatype, that will work same as string but with some difference in the way string implements CompareTo method. It is not possible to extend String class (it is sealed). or is there any chance that I can change string's CompareTo implementation. I need to use this datatype in DataView and TableStyles. Thanks in advance. Maqsood Ahmed [MCP,C#] Kolachi Advanced Technologies http://www.kolachi.net