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

In This Topic
    EmptyToNull Method
    In This Topic
    Returns the original string, or null if the source is empty, null, or whitespace.
    Syntax
    'Declaration
     
    
    Public Shared Function EmptyToNull( _
       ByVal source As String _
    ) As String
    public static string EmptyToNull( 
       string source
    )

    Parameters

    source
    See Also