WindowsTrimStringStart function winrt
Removes all leading occurrences of a specified set of characters from the source string.
HRESULT WindowsTrimStringStart(
HSTRING string,
HSTRING trimString,
HSTRING *newString
);
Implementation
int WindowsTrimStringStart(
int string, int trimString, Pointer<IntPtr> newString) =>
_WindowsTrimStringStart(string, trimString, newString);