WindowsIsStringEmpty function Null safety winrt
- int string
Indicates whether the specified string is the empty string.
BOOL WindowsIsStringEmpty(
HSTRING string
);
Implementation
int WindowsIsStringEmpty(int string) => _WindowsIsStringEmpty(string);