ExternalFileOption Class
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.
ExternalFileOption base class.
public class ExternalFileOption
type ExternalFileOption = class
Public Class ExternalFileOption
- Inheritance
-
ExternalFileOption
Constructors
ExternalFileOption() |
Methods
CheckDelimiterValidity(String, String) |
Check if a string is valid. We block using of characters unsupported by XML, and verify that if the string is in correct format if it is written in hexadecimal format. |
CheckXMLValidity(String, String) |
Checks whether sequence contains any unsupported xml character. |
CheckXMLValidity(StringLiteral, String) |
Checks whether sequence contains any unsupported xml character. |