to_string


Description:

public string to_string ()

Convert this to a string.

Use to_string_as_bytes instead, if you need to handle strings containing null characters.

Parameters:

this

a Value

Returns:

a null-terminated string result of the conversion.