cStringLength method

int cStringLength()

cStringLength

Implementation

int cStringLength() {
objc.checkOsVersionInternal('NSString.cStringLength', iOS: (false, (2, 0, 0)), macOS: (false, (10, 0, 0)));
  return _objc_msgSend_xw2lbc(object$.ref.pointer, _sel_cStringLength);

}