BaseEnumStringConverter<T>.ConvertFromEnumToString(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.
protected:
abstract System::String ^ ConvertFromEnumToString(T value);
protected abstract string ConvertFromEnumToString (T value);
abstract member ConvertFromEnumToString : 'T -> string
Protected MustOverride Function ConvertFromEnumToString (value As T) As String
Parameters
- value
- T