Click here to Skip to main content
16,004,882 members

Comments by Ben Kotvis (Top 4 by date)

Ben Kotvis 8-Jun-11 8:51am View    
Deleted
Reason for my vote of 5
Good suggestion.
Ben Kotvis 8-Jun-11 8:51am View    
Deleted
I just modified it to add the check if the string is empty, upper case the first index outside the loop, and start the loop at 1 instead of 0. Thanks for the suggestions.
Ben Kotvis 7-Jun-11 9:17am View    
Deleted
I guess the only concern I have with this is that it will throw an exception if the propertyName is an empty string.
Ben Kotvis 7-Jun-11 8:43am View    
Deleted
That is a good idea! Thanks for the suggestion.