cast icon indicating copy to clipboard operation
cast copied to clipboard

Fix Conversion of String Values with Leading Zeros

Open Baxromumarov opened this issue 6 months ago • 1 comments

#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.

Baxromumarov avatar Aug 12 '24 04:08 Baxromumarov