SoapNormalizedString.ToString メソッド
アセンブリ: mscorlib (mscorlib.dll 内)

Dim instance As SoapNormalizedString Dim returnValue As String returnValue = instance.ToString
書式 "<![CDATA[" + Value + "]]>" で Value から取得した String。

このメソッドを使用する方法を次のコード例に示します。このコード例は、SoapNormalizedString クラスのトピックで取り上げているコード例の一部分です。
// Print the string representation of the object. Console.WriteLine( "The normalized value of this string is \"{0}\".", normalized.ToString());
// Print the string representation of the object. Console::WriteLine( L"The normalized value of this string is \"{0}\".", normalized );
// Print the string representation of the object. Console.WriteLine("The normalized value of this string is \"{0}\".", normalized.ToString());

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- SoapNormalizedString.ToString メソッドのページへのリンク