sbyte* PtrSbyte = StrSbyte // Error is coming for this part
String Strvar = new string(PtrSbyte);
Console.WriteLine(*PtrSbyte);
Console.WriteLine(Strvar);
}I have tried the explicit conversion then also it is not compiling