Method | Description | |
---|---|---|
HandleDBNull ( object obj ) : string |
If the object that's passed is null, or is an invalid reference, return a string.empty
|
|
SetNullIfEmpty ( object obj ) : string |
If the object that's passed is a string.empty, return a null
|
public static HandleDBNull ( object obj ) : string | ||
obj | object | |
return | string |
public static SetNullIfEmpty ( object obj ) : string | ||
obj | object | |
return | string |