Function get_string_from_params 
Source pub fn get_string_from_params<'a>(
    params: &'a [ValueRef<'a>],
    index: usize,
    fn_name: &'a str,
) -> Result<&'a str>
Expand description
Get the string value from the params.
ยงErrors
Returns an error if the input type is not a string.