All Visual Basic extension methods for type string
-
TabStop
Place a tab stop into a string
-
SaveToFile
This Extension Method saves string content to a file
-
IsEmail
Extend string with boolean test for a valid email address
-
LoadFromFile
Read and assign a file content to String Variable
-
Indent
Indents strings with a variable number of characters/strings
-
Speak
Spreak the text using a SpeechSynthesizer
-
IsEmail
Check string for valid Email address
-
FirstCharToUpper
Converts the first char of a string to an upper case letter.
-
Mascara CNPJ / CPF
Aplica mascara de CNPJ ou CPF brasileiro á uma string
-
RemoveNonNumericCharacters
Removes any non numeric characters from a string. Overloads for allowing periods and commas to stay.
-
ToStream
Returns a stream when given a string
-
ToBase64 / FromBase64
Convert string to/from Base64 encodeing
-
ChangeCase
Change the text to TitleCase using the en-US culture
-
Extract
Extract string from a string
-
IsPhoneFax
Check string that contains valid Phone / Fax
-
UcWords
Returns Title Cae. Capitalise first letter of each word
-
ExpandToWords
Expand a string such as a field name by inserting a space ahead of each capitalized letter (where none exists).
-
AddRightIfDoesntExist
Adds a value onto the end of the string if it does not already exist there.
-
AddLeftIfDoesntExist
Adds a value onto the beginning of a string if it does not already exist there.
-
Right
Returns a string containing a specified number of characters from the right side of a string
-
ZipToString
Descompactação de string
-
string to FolderName
Remove caracteres não permitidos para nomes de pastas
-
base64ToImage
Converte base64 image em imagem