.NET の型変換について

byte[] <-> string

何でも良いと思うが、例えば下記

  • Convert.ToBase64String()
  • Convert.FromBase64String()