XmlCharacterData.Substring(Int32, Int32) Método

Definição

Recupera uma subcadeia da cadeia de caracteres completa do intervalo especificado.Retrieves a substring of the full string from the specified range.

public:
 virtual System::String ^ Substring(int offset, int count);
public virtual string Substring (int offset, int count);
abstract member Substring : int * int -> string
override this.Substring : int * int -> string
Public Overridable Function Substring (offset As Integer, count As Integer) As String

Parâmetros

offset
Int32

A posição na cadeia de caracteres para iniciar a recuperação.The position within the string to start retrieving. Um deslocamento de zero indica que o ponto de partida é o início dos dados.An offset of zero indicates the starting point is at the start of the data.

count
Int32

O número de caracteres a ser recuperado.The number of characters to retrieve.

Retornos

String

A subcadeia de caracteres correspondente ao intervalo especificado.The substring corresponding to the specified range.

Aplica-se a