Skip to content

Commit 3378ce3

Browse files
committed
use xrefs
1 parent 12286c9 commit 3378ce3

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

xml/System.Globalization/NumberFormatInfo.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,16 @@
8585
<remarks>
8686
<format type="text/markdown"><![CDATA[
8787
88-
For more information about this API, see [Supplemental API remarks for NumberFormatInfo](/dotnet/fundamentals/runtime-libraries/system-globalization-numberformatinfo).
88+
For more information about this API, see [Supplemental API remarks for NumberFormatInfo](/dotnet/fundamentals/runtime-libraries/system-globalization-numberformatinfo).
8989
90-
## Example
90+
## Example
9191
92-
The following example shows how to retrieve a <see cref="T:System.Globalization.NumberFormatInfo" /> object for a corresponding <see cref="T:System.Globalization.CultureInfo" /> object, and use the retrieved object to query number formatting information for the particular culture.
92+
The following example shows how to retrieve a <xref:System.Globalization.NumberFormatInfo> object for a corresponding <xref:System.Globalization.CultureInfo> object, and use the retrieved object to query number formatting information for the particular culture.
93+
94+
:::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/NumberFormatInfo/cpp/NumberFormatInfo.cpp" id="Snippet1":::
95+
:::code language="csharp" source="~/snippets/csharp/System.Globalization/NumberFormatInfo/Overview/NumberFormatInfo.cs" id="Snippet1":::
96+
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/NumberFormatInfo/vb/numberformatinfo.vb" id="Snippet1":::
9397
94-
:::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/NumberFormatInfo/cpp/NumberFormatInfo.cpp" id="Snippet1":::
95-
:::code language="csharp" source="~/snippets/csharp/System.Globalization/NumberFormatInfo/Overview/NumberFormatInfo.cs" id="Snippet1":::
96-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/NumberFormatInfo/vb/numberformatinfo.vb" id="Snippet1":::
9798
]]></format>
9899
</remarks>
99100
<altmember cref="T:System.Globalization.CultureInfo" />

0 commit comments

Comments
 (0)