cast
cast copied to clipboard
Fix Conversion of String Values with Leading Zeros
#220 This PR addresses an issue where cast.ToInt returned 0 when converting string values with leading zeros, such as "08", instead of the expected integer. The issue has been identified and resolved by ensuring that strings with leading zeros correctly convert to their corresponding integer values.