MonobjcMonobjc Documented Class Library
StringWithFileSystemRepresentationLength Method (string, len)
NamespacesMonobjc.FoundationNSFileManagerStringWithFileSystemRepresentationLength(String, NSUInteger)

Returns an NSString object converted from the C-string representation of a pathname in the current file system.

Original signature is '- (NSString *)stringWithFileSystemRepresentation:(const char *)string length:(NSUInteger)len'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString StringWithFileSystemRepresentationLength(
	string string,
	NSUInteger len
)
Public Overridable Function StringWithFileSystemRepresentationLength ( _
	string As String, _
	len As NSUInteger _
) As NSString
public:
virtual NSString^ StringWithFileSystemRepresentationLength(
	String^ string, 
	NSUInteger len
)
Parameters
string (String)
A C string representation of a pathname.
len (NSUInteger)
The number of characters in string.
Return Value
An NSString object converted from the C-string representation string with length len of a pathname in the current file system.
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)