Skip to content

Commit 59a63e6

Browse files
author
LoneWandererProductions
committed
some naming stuff
1 parent 4eb0f38 commit 59a63e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ExtendedSystemObjects/ExtendedInt.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public static string ToBase(this int i, int toBase)
6969
/// <param name="binary">The binary.</param>
7070
/// <param name="toBase">To base.</param>
7171
/// <returns>a binary string to target number system</returns>
72-
public static int BinaryToBase(this string binary, int toBase)
72+
public static int ParseStringToInt(this string binary, int toBase)
7373
{
7474
//2 was the base, convert back to base
7575
return Convert.ToInt32(binary, toBase);

0 commit comments

Comments
 (0)