adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / StringUtil Class / EmptyToDbNull Method


In This Topic
    EmptyToDbNull Method
    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 str As String _
    ) As Object
    public static object EmptyToDbNull( 
       string str
    )
    public:
    static Object^ EmptyToDbNull( 
       String^ str
    ) 

    Parameters

    str
    See Also