Skip to content

v1.4.0 Conversions

Latest
Compare
Choose a tag to compare
@meokullu meokullu released this 29 May 10:19
· 3 commits to master since this release
65201c8

On this release;

  • ToInt32(string data, int startingIndex, int endIndex), ToInt64(string data, int startingIndex, int endIndex) and ToDouble(string data, int startingIndex, int endIndex) methods are added for conversion of numerical data provided by MathematicalConstants into int32, int64 and double data types.