XmlConvert.VerifyPublicId(String) Method

Definition

Returns the passed in string instance if all the characters in the string argument are valid public id characters.

public static string VerifyPublicId (string publicId);

Parameters

publicId
String

String that contains the id to validate.

Returns

The passed-in string if all the characters in the argument are valid public id characters.

Remarks

No other values than the passed in argument should be returned. The characters valid for public id do not vary between XML editions, so no XmlVersion overload is required.

See XML 1.0 spec (fourth edition) production [13] PubidChar for details on the allowed characters

If the parameter is null, an ArgumentNullException will be thrown. If any of the characters are not valid public id characters, an XmlException is thrown with information about the first invalid character encountered.

Applies to

Prodotto Versioni
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 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
.NET Standard 1.0, 1.1, 1.2, 1.3, 1.4, 1.6, 2.0, 2.1
UWP 10.0