This version of Unity is unsupported.

TextInputBaseField<T0>.ValueToString

Declaration

protected string ValueToString(TValueType value);

Parameters

value The value to convert.

Returns

string A string representing the value.

Description

Converts a value of the specified generic type from the subclass to a string representation.

Subclasses must implement this method.