Skip to content

Commit 1c1c32d

Browse files
Update BoundField.xml (#10865)
Fixes #10855
1 parent 8261282 commit 1c1c32d

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

xml/System.Web.UI.WebControls/BoundField.xml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<AssemblyName>System.Web</AssemblyName>
1010
<AssemblyVersion>2.0.0.0</AssemblyVersion>
1111
<AssemblyVersion>4.0.0.0</AssemblyVersion>
12+
1213
</AssemblyInfo>
1314
<Base>
1415
<BaseTypeName>System.Web.UI.WebControls.DataControlField</BaseTypeName>
@@ -422,19 +423,6 @@
422423
423424
For more information and for examples that show formatting for other culture values, see [Standard Date and Time Format Strings](/dotnet/standard/base-types/standard-date-and-time-format-strings). You can also create custom date and time format strings. For more information, see [Custom Date and Time Format Strings](/dotnet/standard/base-types/custom-date-and-time-format-strings).
424425
425-
426-
427-
## Examples
428-
A Visual Studio Web site project with source code is available to accompany this topic: [Download](https://go.microsoft.com/fwlink/?LinkId=191889).
429-
430-
The following example shows how to use the <xref:System.Web.UI.WebControls.BoundField.DataFormatString%2A> property to specify a custom display format for the values of a field.
431-
432-
The following example shows one row of the output that is produced by this example.
433-
434-
|ProductID|Name|ProductNumber|ListPrice|Weight|ModifiedDate|
435-
|---------------|----------|-------------------|---------------|------------|------------------|
436-
|`000680`|`HL Road Frame - Black, 58`|`#FR-R92B-58`|`$1,431.50`|`1016.040`|`3/11/2004`|
437-
438426
]]></format>
439427
</remarks>
440428
<altmember cref="P:System.Web.UI.WebControls.BoundField.DataField" />

0 commit comments

Comments
 (0)