NSString.AppendPathExtension(NSString) 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.
Creates a path by appending a path extension separator and then the specified str as a file extension.
[Foundation.Export("stringByAppendingPathExtension:")]
public virtual Foundation.NSString AppendPathExtension (Foundation.NSString str);
abstract member AppendPathExtension : Foundation.NSString -> Foundation.NSString
override this.AppendPathExtension : Foundation.NSString -> Foundation.NSString
Parameters
- str
- NSString
Returns
- Attributes