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