示例#1
0
        protected override string ConvertToValue(out IList <float> value)
        {
            string error;

            value = NumberVMUtils.ParseSingleList(StringValue, out error);
            return(error);
        }