Function nstd_sys::string::nstd_string_from_i32
source · #[no_mangle]
pub extern "C" fn nstd_string_from_i32(
v: NSTDInt32
) -> NSTDString<'static>Available on crate feature
string only.Expand description
Creates a new NSTDString from an NSTDInt32.
Parameters:
NSTDInt32 v- The 32-bit signed integer value.
Returns
NSTDString string - The 32-bit signed integer value as a string.