VISUAL BAISC 2008 - LISTA FORMATACAO DE STRING

SENAMA 13/01/2012 09:30:53
#393149
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[Ô])
Tópico encerrado , respostas não são mais permitidas