Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
IsNullOrEmpty by _Larry
string.IsNullOrEmpty("Je suis remplie") = False
string.IsNullOrEmpty("") = True
string.IsNullOrEmpty(null) = True
Last Run: 2:44:12 am
Compile: 0.006s
Execute: 0.05s
Memory: 2.74Mb
CPU: 0.056s