MonobjcMonobjc Documented Class Library
CharacterSetWithContentsOfFile Method (path)
NamespacesMonobjc.FoundationNSCharacterSetCharacterSetWithContentsOfFile(NSString)

Returns a character set read from the bitmap representation stored in the file a given path.

Original signature is '+ (id)characterSetWithContentsOfFile:(NSString *)path'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSCharacterSet CharacterSetWithContentsOfFile(
	NSString path
)
Public Shared Function CharacterSetWithContentsOfFile ( _
	path As NSString _
) As NSCharacterSet
public:
static NSCharacterSet^ CharacterSetWithContentsOfFile(
	NSString^ path
)
Parameters
path (NSString)
A path to a file containing a bitmap representation of a character set. The path name must end with the extension .bitmap.
Return Value
A character set read from the bitmap representation stored in the file at path.
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.Foundation (Module: Monobjc.Foundation)