ValueConverterGetCharToGenericT Method |
Tries to convert a character into any other type.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static ValueConverter<char, T> GetCharToGeneric<T>()
Public Shared Function GetCharToGeneric(Of T) As ValueConverter(Of Char, T)
public:
generic<typename T>
static ValueConverter<wchar_t, T>^ GetCharToGeneric()
static member GetCharToGeneric : unit -> ValueConverter<char, 'T>
Type Parameters
- T
- The other type
Return Value
Type:
ValueConverterChar,
TThe converter
See Also