WindowsGetStringLen function winrt

int WindowsGetStringLen(
  1. int string
)

Gets the length, in Unicode characters, of the specified string.

UINT32 WindowsGetStringLen(
  HSTRING string
);

Implementation

int WindowsGetStringLen(int string) => _WindowsGetStringLen(string);