コード例 #1
0
 public static bool IsPalindrome(this BigInteger value, int baseToUse = 10)
 => value == value.ReverseDigits(baseToUse);