public static String FormatBoolean(Boolean value) { return value.ToInvariantString().ToLowerInvariant(); }