Half.ToString Method

Definition

Overloads

ToString()

Converts this Half into a human-legible string representation.

ToString(String, IFormatProvider)

Converts this Half into a human-legible string representation.

ToString()

Converts this Half into a human-legible string representation.

public override string ToString ();
override this.ToString : unit -> string

Returns

The string representation of this instance.

Applies to

ToString(String, IFormatProvider)

Converts this Half into a human-legible string representation.

public string ToString (string format, IFormatProvider formatProvider);
override this.ToString : string * IFormatProvider -> string

Parameters

format
String

formatting for the output string.

formatProvider
IFormatProvider

Culture-specific formatting information.

Returns

The string representation of this instance.

Implements

Applies to