System.Xml.XmlConvert.IsStartNCNameChar Method

Checks if the passed-in character is a valid Start Name Character type.

Syntax

public static bool IsStartNCNameChar (char ch)

Parameters

ch
The character to validate.

Returns

true if the character is a valid Start Name Character type; otherwise, false.

Remarks

For details about allowed characters, see the tp://go.microsoft.com/fwlink/?LinkId=147985 recommendation.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 4.0.0.0