I\'m making a Unity plugin in .net standard 2.0. I need to convert a string to a byte array. I tried using System.Text.Encoding.ASCII.GetBytes(val), but I\'m ge
System.Text.Encoding.ASCII.GetBytes(val)