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