C
Cor Ligthert [MVP]
Jon,
I would be the last to deny that, however as I see how often samples are
given in C# about datalayers which are made static, than I think that your
comment is as we say in Holland to be more catholic than the pope.
solved. By instance the check on the right lenght. That can lead to a better
performance than using the substring.
Cor
Um, yes it does. Having an instance method which acts on an instance of
a class is more OO than having a static method in a separate class to
operate on an instance of the first class.
I would be the last to deny that, however as I see how often samples are
given in C# about datalayers which are made static, than I think that your
comment is as we say in Holland to be more catholic than the pope.
In the Microsoft VB string methods are some things standard tested andThat sentence doesn't make sense. Could you try it again?
solved. By instance the check on the right lenght. That can lead to a better
performance than using the substring.
Cor