Convert database NULL value fields to any string


/ Published in: VB.NET
Save to your folder(s)

This code converts database NULL field values to a string. The first argument represents the field from the database (maybe a Datarow field) and the second argument is the optional string that should be returned if a NULL value is encountered. By default, the function returns an empty string value.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.