3 references to ToString
mscorlib (3)
system\reflection\customattribute.cs (3)
644
return String.Format(CultureInfo.CurrentCulture, "{0} = {1}", MemberInfo.Name, TypedValue.
ToString
(ArgumentType != typeof(object)));
911
public override string ToString() { return
ToString
(false); }
942
result += String.Format(CultureInfo.CurrentCulture, i == 0 ? "{0}" : ", {0}", array[i].
ToString
(elementType != typeof(object)));