protected override string ConvertToValue(out char value) { string error; value = NumberVMUtils.ParseChar(StringValue, out error); return(error); }