Click or drag to resize
ValueConverterGetCharToGenericT Method
Tries to convert a character into any other type.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static ValueConverter<char, T> GetCharToGeneric<T>()

Type Parameters

T
The other type

Return Value

Type: ValueConverterChar, T
The converter
See Also