InputBase<TValue>.FormatValueAsString(T) 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.
Formats the value as a string. Derived classes can override this to determine the formating used for CurrentValueAsString.
protected:
virtual System::String ^ FormatValueAsString(T value);
protected virtual string FormatValueAsString (T value);
abstract member FormatValueAsString : 'T -> string
override this.FormatValueAsString : 'T -> string
Protected Overridable Function FormatValueAsString (value As T) As String
Parameters
- value
- T
The value to format.
Returns
A string representation of the value.