예제 #1
0
 public override string ToString()
 {
     return(new JavaString(CharUtils.ToUNBytes(Base64Coder.Encode(data))).ToString());
 }
예제 #2
0
 public byte[] GetUNBytes()
 {
     return(CharUtils.ToUNBytes(GetBytes()));
 }