NSCharacterSet.FromFile(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A character set read from the bitmap representation stored in the file at the specified path.
[Foundation.Export("characterSetWithContentsOfFile:")]
public static Foundation.NSCharacterSet FromFile (string path);
static member FromFile : string -> Foundation.NSCharacterSet
Parameters
- path
- String
Returns
- Attributes