epam / DFP

Java/.NET implementation of Intel IEEE-754 compliant decimal-float library
Apache License 2.0
24 stars 2 forks source link

Add tryParse with status #53

Closed agdavydov81 closed 2 years ago

agdavydov81 commented 2 years ago

Add to the Java public static boolean tryParse(final CharSequence text, final int startIndex, final int endIndex, final Decimal64Status outStatus) Add to the C# public static Boolean TryParse(String text, out Decimal64 result, out StatusValue status)