Beispiel #1
0
 private static string GetBinary(Parameter1 p)
 {
     return p.BinaryValue==null ? null : p.BinaryValue.Trim();
 }