ValueConverterStringToChar Field |
Converts a length-one string into a character.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static readonly ValueConverter<string, char> StringToChar
Public Shared ReadOnly StringToChar As ValueConverter(Of String, Char)
public:
static initonly ValueConverter<String^, wchar_t>^ StringToChar
static val StringToChar: ValueConverter<string, char>
Field Value
Type:
ValueConverterString,
CharSee Also