as_string¶ Signature¶ as_string(any) Description¶ Returns the passed in argument converted into a string. Examples¶ as_string('foobar') == 'foobar'