This sample demonstrates using a variety of string formatting codes. You are allowed to input experimental format strings; the result of applying a format string to sample text is sent to the console.
The sample also demonstrates:
The sample source is found in sscli\samples\howto\basedatatypes\stringformat.
The source file is:
The build output location is %TARGETCOMPLUS%\samples\howto\basedatatypes\stringformat. The output file is an executable assembly named stringformat.exe.
All samples are built from the buildall script.
You can also build all the
samples by switching to the root of the sample directory, sscli\samples, and typing
build -c.
You can build this specific sample by switching to the sample directory and typing
build -c.
These steps require that the Shared Source CLI (SSCLI) be already built and functional.
clix stringformat.exe
Copyright (c) 2002 Microsoft Corporation. All rights reserved.