WindowsIsStringEmpty function winrt

int WindowsIsStringEmpty(
  1. int string
)

Indicates whether the specified string is the empty string.

BOOL WindowsIsStringEmpty(
  HSTRING string
);

Implementation

int WindowsIsStringEmpty(int string) => _WindowsIsStringEmpty(string);