예제 #1
0
 public void FromShort(short value, string expected)
 {
     Assert.Equal(expected, StringType.FromShort(value));
 }