Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ValueToString(TValueType)

Converts a value of the specified generic type from the subclass to a string representation.
Read time 1 minuteLast updated 13 days ago

Definition

ValueToString(T)

protected abstract string ValueToString(TValueType value)

Parameters

value

T
The value to convert.

Returns

Type

Description

stringA string representing the value.

Remarks

Subclasses must implement this method.