A string called myString gets the value below:
minhaString = 'O dependente DEPENDENTE não foi cadastrado.
Erro: A coluna 'NOME' não pertence à tabela PFDEPENDCOMPL.
======================================= em
System.Data.DataRow.GetDataColumn(String columnName)
I want to remove all characters from the following character string '================================='
so that the string looks like this:
minhaString = 'O dependente DEPENDENTE não foi cadastrado.
Erro: A coluna 'NOME' não pertence à tabela PFDEPENDCOMPL'