コード例 #1
0
 public override string ToString()
 {
     return(encr.DecryptToStringFromBase64(encr.EncryptToBase64FromSecurestring(str)));
 }