Strings::Len Method
Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Len(Boolean) | Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. |
![]() ![]() | Len(Byte) | Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. |
![]() ![]() | Len(Char) | Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. |
![]() ![]() | Len(DateTime) | Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. |
![]() ![]() | Len(Decimal) | Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. |
![]() ![]() | Len(Double) | Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. |
![]() ![]() | Len(Int16) | Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. |
![]() ![]() | Len(Int32) | Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. |
![]() ![]() | Len(Int64) | Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. |
![]() ![]() | Len(Object^) | Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. |
![]() ![]() | Len(SByte) | Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. |
![]() ![]() | Len(Single) | Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. |
![]() ![]() | Len(String^) | Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. |
![]() ![]() | Len(UInt16) | Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. |
![]() ![]() | Len(UInt32) | Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. |
![]() ![]() | Len(UInt64) | Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. |

