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

            value = NumberVMUtils.ParseByteList(StringValue, Min, Max, out error);
            return(error);
        }