System::Xml::XmlConvert::VerifyPublicId メソッド

XmlConvert::VerifyPublicId method

文字列引数のすべての文字が有効な public id 文字である場合、渡された文字列インスタンスを返します。

static String System::Xml::XmlConvert::VerifyPublicId(const String &publicId)
パラメーター説明
publicIdconst String&検証する ID を含む String

ReturnValue

引数のすべての文字が有効な public id 文字である場合、渡された文字列。

参照