ExternalFileOption.CheckDelimiterValidity(String, String) Method
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.
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.
public static void CheckDelimiterValidity (string sequence, string option);
static member CheckDelimiterValidity : string * string -> unit
Public Shared Sub CheckDelimiterValidity (sequence As String, option As String)
Parameters
- sequence
- String
The string to be checked.
- option
- String
The type of the delimiter.