C# String String(SByte*)
Description
String String(SByte*)
initializes a new instance of
the String class to the value indicated by a pointer to an array of 8-bit signed
integers.
Syntax
String.String(SByte*)
has the following syntax.
[CLSCompliantAttribute(false)]
public String(
sbyte* value
)
Parameters
String.String(SByte*)
has the following parameters.
value
- A pointer to a null-terminated array of 8-bit signed integers.