VISUAL BAISC 2008 - LISTA FORMATACAO DE STRING
Olá turma. Por favor, alguém possue uma lista com as principais formatações de string ?
String.Format([Ô]{0:(##) ####-####}[Ô], Variavel)
Exemplo:
Dim intTelefone As Integer
Dim strTelefone As String
intTelefone = 1155230909
strTelefone = String.Format([Ô]{0:(##) ####-####}[Ô], intTelefone)
MessageBox.Show(strTelefone, [Ô]Formatação número telefônico[Ô])
String.Format([Ô]{0:(##) ####-####}[Ô], Variavel)
Exemplo:
Dim intTelefone As Integer
Dim strTelefone As String
intTelefone = 1155230909
strTelefone = String.Format([Ô]{0:(##) ####-####}[Ô], intTelefone)
MessageBox.Show(strTelefone, [Ô]Formatação número telefônico[Ô])
Tópico encerrado , respostas não são mais permitidas