Exemplo n.º 1
0
        protected override string ConvertToValue(out IList <char> value)
        {
            string error;

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