MonobjcMonobjc Documented Class Library
MostCompatibleStringEncoding Property
NamespacesMonobjc.AppKitNSFontMostCompatibleStringEncoding

Returns the string encoding that works best with the receiver, where there are the fewest possible unmatched characters in the string encoding and glyphs in the font.

Original signature is '- (NSStringEncoding)mostCompatibleStringEncoding'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSStringEncoding MostCompatibleStringEncoding { get; }
Public Overridable ReadOnly Property MostCompatibleStringEncoding As NSStringEncoding
	Get
public:
virtual property NSStringEncoding MostCompatibleStringEncoding {
	NSStringEncoding get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)