length property

int get length

The length of the string.

Implementation

int get length => handle == 0 ? 0 : WindowsGetStringLen(handle);