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).
pub fn convert_to_bytes_base_10(string: &str) -> Result<u128, ConversionError>Like convert_to_bytes but forces the units to be treated as base 10 units (multiples of 1000).