System::Xml::XmlReader::IsName 메서드
XmlReader::IsName method
문자열 인수가 유효한 XML 이름인지 여부를 나타내는 값을 반환합니다.
static bool System::Xml::XmlReader::IsName(const String &str)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| str | const String& | 검증할 이름입니다. |
ReturnValue
true if the name is valid; otherwise, false.
또 보기
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Page for C++