convert_to_bytes_base_10

Function convert_to_bytes_base_10 

Source
pub fn convert_to_bytes_base_10(string: &str) -> Result<u128, ConversionError>
Expand description

Like convert_to_bytes but forces the units to be treated as base 10 units (multiples of 1000).