C# Class GR.Gambling.MoneyStringParser

Currently supported:
Show file Open project: alexhanh/Botting-Library

Public Methods

Method Description
ToCents ( string s ) : int
ToCents ( string s, string thousands_seperator, string decimal_seperator ) : int

Method Details

ToCents() public static method

public static ToCents ( string s ) : int
s string
return int

ToCents() public static method

public static ToCents ( string s, string thousands_seperator, string decimal_seperator ) : int
s string
thousands_seperator string
decimal_seperator string
return int