HtmlTextWriter::Write Method (String^, Object^)
.NET Framework (current version)
Writes a tab string and a formatted string to the output stream, using the same semantics as the String::Format method, along with any pending tab spacing.
Assembly: System.Web (in System.Web.dll)
Parameters
- format
-
Type:
System::String^
A string that contains zero or more format items.
- arg0
-
Type:
System::Object^
An object to format.
The following code example shows how to use the Write method to render a formatted string with the value of the CurrentCulture property.
.NET Framework
Available since 1.1
Available since 1.1
Show: