Parse a 32‐bit decimal value from the specified input string.
Synopses
Declared in <bdldfp_decimalimputil.h>
Parse a 32‐bit decimal value from the specified input string.
static
DecimalImpUtil::ValueType32
parse32(char const* input);
Parse a 32‐bit decimal value from the specified input string.
static
DecimalImpUtil::ValueType32
parse32(
char const* input,
unsigned int* status);
Created with MrDocs