ExternalFileOption.CheckDelimiterValidity(String, String) Method

Definition

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.

Applies to