NSString.StandarizePath 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.
Standardizes this string into a path by, for instance, removing "/./" and similar constructs.
[Foundation.Export("stringByStandardizingPath")]
public virtual Foundation.NSString StandarizePath ();
abstract member StandarizePath : unit -> Foundation.NSString
override this.StandarizePath : unit -> Foundation.NSString
Returns
- Attributes