我正在使用Xamarin.iOS。如何将UICollectionElementKindSection.Header转换为NSString?ErrorCS1503:Argument#1'cannotconvertUIKit.UICollectionElementKindSection'expressiontotype`Foundation.NSString'(CS1503)我尝试了以下方法:UICollectionElementKindSection.Header.ToString();(NSString)UICollectionElementKindSection.Header;(st