Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ToString

Returns a string representation of the half.
Read time 1 minuteLast updated 13 days ago

Definition

ToString()

Returns a string representation of the half.
public override string ToString()

Returns

Type

Description

stringThe string representation of the half.

ToString(string, IFormatProvider)

Returns a string representation of the half using a specified format and culture-specific format information.
public string ToString(string format, IFormatProvider formatProvider)

Parameters

format

The format string to use during string formatting.

formatProvider

The format provider to use during string formatting.

Returns

Type

Description

stringThe string representation of the half.