Function nstd_sys::string::nstd_string_from_u32
source · #[no_mangle]
pub extern "C" fn nstd_string_from_u32(v: NSTDUInt32) -> NSTDStringAvailable on crate feature
nstd_string only.Expand description
Creates a new NSTDString from an NSTDUInt32.
Parameters:
NSTDUInt32 v- The 32-bit unsigned integer value.
Returns
NSTDString string - The 32-bit unsigned integer value as a string.
Panics
Panics if allocating fails.