NSByteCountFormatter.Format 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.
Overloads
Format(Int64) | |
Format(Int64, NSByteCountFormatterCountStyle) |
Format(Int64)
[Foundation.Export("stringFromByteCount:")]
public virtual string Format (long byteCount);
abstract member Format : int64 -> string
override this.Format : int64 -> string
Parameters
- byteCount
- Int64
Returns
- Attributes
Applies to
Format(Int64, NSByteCountFormatterCountStyle)
[Foundation.Export("stringFromByteCount:countStyle:")]
public static string Format (long byteCount, Foundation.NSByteCountFormatterCountStyle countStyle);
static member Format : int64 * Foundation.NSByteCountFormatterCountStyle -> string
Parameters
- byteCount
- Int64
- countStyle
- NSByteCountFormatterCountStyle
Returns
- Attributes