In This Topic
Returns the original string, or DbNull.Value if the string is empty, null, or whitespace.
Syntax
'Declaration
Public Shared Function EmptyToDbNull( _
ByVal As String _
) As Object
public static object EmptyToDbNull(
string
)
Parameters
- str
See Also