The String module contains procedures used to perform string operations.
Strings
01 Syntax
Microsoft.VisualBasic.Language.Vectorization.Strings
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Len | 1 | Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. |
03 Members
Len(
IEnumerable(Of String))Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
Parameters
| Name | Type | Description |
|---|---|---|
strings | IEnumerable(Of String) | Any valid String expression or variable name. If Expression is of type Object, the Len function returns the size as it will be written to the file by the FilePut function. |
Returns
Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.