localizedAttributedStringWithFormat static method
localizedAttributedStringWithFormat:
Implementation
static objc.NSAttributedString localizedAttributedStringWithFormat(objc.NSAttributedString format) {
objc.checkOsVersionInternal('NSAttributedString.localizedAttributedStringWithFormat:', iOS: (false, (15, 0, 0)), macOS: (false, (12, 0, 0)));
final $ret = _objc_msgSend_1sotr3r(_class_NSAttributedString, _sel_localizedAttributedStringWithFormat_, format.ref.pointer);
return objc.NSAttributedString.fromPointer($ret, retain: true, release: true);
}