public static BigDecimal toDecimal(string self, bool check) { return(FanDecimal.fromStr(self, check)); }
public virtual BigDecimal readDecimal() { return(FanDecimal.fromStr(readUtfString(), true)); }
public static BigDecimal toDecimal(string self) { return(FanDecimal.fromStr(self, true)); }