XmlConvert.VerifyNCName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Verifies that the name is a valid NCName
according to the W3C Extended Markup Language recommendation. An NCName
is a name that cannot contain a colon.
public:
static System::String ^ VerifyNCName(System::String ^ name);
public static string VerifyNCName (string name);
static member VerifyNCName : string -> string
Public Shared Function VerifyNCName (name As String) As String
Parameters
- name
- String
The name to verify.
Returns
The name, if it is a valid NCName.
Exceptions
name
is null
or Empty.
name
is not a valid non-colon name.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.