1
A string called myString takes 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 string '======================================='
for the string to look like this:
minhaString = 'O dependente DEPENDENTE não foi cadastrado.
Erro: A coluna 'NOME' não pertence à tabela PFDEPENDCOMPL'
Thank you! It worked perfectly this method
– durtto
Not at all, mate, tmj!
– Pedro Paulo