<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.catglobe.com/index.php?action=history&amp;feed=atom&amp;title=Format</id>
	<title>Format - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.catglobe.com/index.php?action=history&amp;feed=atom&amp;title=Format"/>
	<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Format&amp;action=history"/>
	<updated>2026-05-26T07:36:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Format&amp;diff=229896&amp;oldid=prev</id>
		<title>Nguyenduyan: Created page with &quot;Category:String_Functions ﻿{{HelpFiles}}  ====format====  Format the first parameter with the other parameters given and append to current string  &#039;&#039;&#039;Syntax&#039;&#039;&#039;  format(&quot;...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Format&amp;diff=229896&amp;oldid=prev"/>
		<updated>2017-06-01T09:33:42Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/Category:String_Functions&quot; title=&quot;Category:String Functions&quot;&gt;Category:String_Functions&lt;/a&gt; ﻿{{HelpFiles}}  ====format====  Format the first parameter with the other parameters given and append to current string  &amp;#039;&amp;#039;&amp;#039;Syntax&amp;#039;&amp;#039;&amp;#039;  format(&amp;quot;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:String_Functions]]&lt;br /&gt;
﻿{{HelpFiles}}&lt;br /&gt;
&lt;br /&gt;
====format====&lt;br /&gt;
&lt;br /&gt;
Format the first parameter with the other parameters given and append to current string&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Syntax&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
format(&amp;quot;{0}&amp;quot;, param);&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Arguments&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
param: any type&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Return type&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
string&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Examples&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
string firstName = &amp;quot;A&amp;quot;;&lt;br /&gt;
string middleName = &amp;quot;Van&amp;quot;;&lt;br /&gt;
string lastName = &amp;quot;Nguyen&amp;quot;;&lt;br /&gt;
string fullName = format(&amp;quot;My name is {0} {1} {2}&amp;quot;, firstName, middleName, lastName);//My name is A Van Nguyen&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Availability&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
From June 2017&lt;/div&gt;</summary>
		<author><name>Nguyenduyan</name></author>
	</entry>
</feed>