Skip to content

Overload_CodeJam_Strings_StringExtensions_FormatWith

Andrew Koryavchenko edited this page Jul 4, 2017 · 3 revisions

StringExtensions.FormatWith Method

Overload List

 

Name Description
Public methodStatic member FormatWith(String, Object) Replaces one or more format items in a specified string with the string representation of a specified object.
Public methodStatic member FormatWith(String, Object[]) Replaces the format items in a specified string with the string representations of corresponding objects in a specified array.
Public methodStatic member FormatWith(String, Object, Object) Replaces the format items in a specified string with the string representation of two specified objects.
Public methodStatic member FormatWith(String, Object, Object, Object) Replaces the format items in a specified string with the string representation of three specified objects.
  Back to Top

See Also

Reference

StringExtensions Class
CodeJam.Strings Namespace

Clone this wiki locally