Click or drag to resize
StringFormat Method
Overload List
  NameDescription
Public methodStatic memberFormat(String, Object)
Replaces one or more format items in a specified string with the string representation of a specified object.
Public methodStatic memberFormat(String, Object)
Replaces the format item in a specified string with the string representation of a corresponding object in a specified array.
Public methodStatic memberFormat(IFormatProvider, String, Object)
Replaces the format item in a specified string with the string representation of a corresponding object in a specified array. A specified parameter supplies culture-specific formatting information.
Public methodStatic memberFormat(String, Object, Object)
Replaces the format items in a specified string with the string representation of two specified objects.
Public methodStatic memberFormat(String, Object, Object, Object)
Replaces the format items in a specified string with the string representation of three specified objects.
Top
See Also