Half.ToString 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
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.