Beispiel #1
0
 public static String FormatBoolean(Boolean value)
 {
     return value.ToInvariantString().ToLowerInvariant();
 }