All Visual Basic extension methods for type string
- 
        TabStopPlace a tab stop into a string 
- 
        SaveToFileThis Extension Method saves string content to a file 
- 
        IsEmailExtend string with boolean test for a valid email address 
- 
        LoadFromFileRead and assign a file content to String Variable 
- 
        IndentIndents strings with a variable number of characters/strings 
- 
        SpeakSpreak the text using a SpeechSynthesizer 
- 
        IsEmailCheck string for valid Email address 
- 
        FirstCharToUpperConverts the first char of a string to an upper case letter. 
- 
        Mascara CNPJ / CPFAplica mascara de CNPJ ou CPF brasileiro á uma string 
- 
        ToStreamReturns a stream when given a string 
- 
        RemoveNonNumericCharactersRemoves any non numeric characters from a string. Overloads for allowing periods and commas to stay. 
- 
        ToBase64 / FromBase64Convert string to/from Base64 encodeing 
- 
        ChangeCaseChange the text to TitleCase using the en-US culture 
- 
        ExtractExtract string from a string 
- 
        IsPhoneFaxCheck string that contains valid Phone / Fax 
- 
        UcWordsReturns Title Cae. Capitalise first letter of each word 
- 
        ExpandToWordsExpand a string such as a field name by inserting a space ahead of each capitalized letter (where none exists). 
- 
        AddRightIfDoesntExistAdds a value onto the end of the string if it does not already exist there. 
- 
        AddLeftIfDoesntExistAdds a value onto the beginning of a string if it does not already exist there. 
- 
        RightReturns a string containing a specified number of characters from the right side of a string 
- 
        ZipToStringDescompactação de string 
- 
        base64ToImageConverte base64 image em imagem 
- 
        string to FolderNameRemove caracteres não permitidos para nomes de pastas 
- 
        DisplayWithSuffixUse as a simple Humanizer for numbers