Exemple #1
0
        private void TryValid(string strLong, long expected)
        {
            long result = LongValue.ParseString(strLong);

            Assert.IsTrue(result == expected);
        }