NSByteCountFormatter.Format Method

Definition

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

Returns

Attributes

Applies to