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

Dim value As String Dim returnValue As SoapNonNegativeInteger returnValue = SoapNonNegativeInteger.Parse(value)
戻り値
value から取得した SoapNonNegativeInteger オブジェクト。

Parse メソッドを使用するコード例を次に示します。このコード例は、SoapNonNegativeInteger クラスのトピックで取り上げているコード例の一部分です。
// Parse an XSD formatted string to create a SoapNonNegativeInteger // object. string xsdIntegerString = "+13"; SoapNonNegativeInteger xsdInteger = SoapNonNegativeInteger.Parse(xsdIntegerString);

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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- SoapNonNegativeInteger.Parse メソッドのページへのリンク