SoapNormalizedString.Parse(String) Method

Definition

Converts the specified String into a SoapNormalizedString object.

C#
public static System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNormalizedString Parse(string value);

Parameters

value
String

The String to convert.

Returns

A SoapNormalizedString object obtained from value.

Exceptions

value contains invalid characters (0xD, 0xA, or 0x9).

Examples

The following code example shows how to use this method. This code example is part of a larger example that is provided for the SoapNormalizedString class.

C#
// Parse the test string.
SoapNormalizedString normalized =
    SoapNormalizedString.Parse(testString);

Applies to

Produkt Wersje
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1