Beispiel #1
0
 public string GetString(int size = -1, bool block = false)
 {
     return(st.GetString(size, block));
 }