C# String String(Char*)
Description
String String(Char*)
initializes a new instance of the
String class to the value indicated by a specified pointer to an array of Unicode
characters.
Syntax
String.String(Char*)
has the following syntax.
[CLSCompliantAttribute(false)]
public String(
char* value
)
Parameters
String.String(Char*)
has the following parameters.
value
- A pointer to a null-terminated array of Unicode characters.