Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.