XmlSanitizerStream.IsLegalXmlChar Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > XmlSanitizerStream Class > XmlSanitizerStream Methods >

XmlSanitizerStream.IsLegalXmlChar Method

BR.AN.PviServices .NET


Check Whether a given character is allowed by XML 1.0.

[Visual Basic]

Public Shared Sub IsLegalXmlChar( _

  ByVal character As Integer _

)

[C#]

public static bool IsLegalXmlChar(

  int character

);

Parameters

character

The character to be checked

Return Value

True on success.

See Also

XmlSanitizerStream Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]