I need to create a new String instance from the sbytes array (sbyte []). To do this, I need to convert sbyte [] to sbyte *
Only the unsafe keyword can be used. is this normal or are there other ways to create a string from the sbytes array?
source share