localizedAttributedStringWithFormat static method

NSAttributedString localizedAttributedStringWithFormat(
  1. NSAttributedString format
)

localizedAttributedStringWithFormat:

Implementation

static NSAttributedString localizedAttributedStringWithFormat(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 NSAttributedString.castFromPointer(_ret, retain: true, release: true);
}