Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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.

Namespace:   Microsoft.VisualBasic
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticLen(Boolean)

Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.

System_CAPS_pubmethodSystem_CAPS_staticLen(Byte)

Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.

System_CAPS_pubmethodSystem_CAPS_staticLen(Char)

Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.

System_CAPS_pubmethodSystem_CAPS_staticLen(DateTime)

Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.

System_CAPS_pubmethodSystem_CAPS_staticLen(Decimal)

Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.

System_CAPS_pubmethodSystem_CAPS_staticLen(Double)

Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.

System_CAPS_pubmethodSystem_CAPS_staticLen(Int16)

Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.

System_CAPS_pubmethodSystem_CAPS_staticLen(Int32)

Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.

System_CAPS_pubmethodSystem_CAPS_staticLen(Int64)

Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.

System_CAPS_pubmethodSystem_CAPS_staticLen(Object^)

Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.

System_CAPS_pubmethodSystem_CAPS_staticLen(SByte)

Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.

System_CAPS_pubmethodSystem_CAPS_staticLen(Single)

Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.

System_CAPS_pubmethodSystem_CAPS_staticLen(String^)

Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.

System_CAPS_pubmethodSystem_CAPS_staticLen(UInt16)

Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.

System_CAPS_pubmethodSystem_CAPS_staticLen(UInt32)

Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.

System_CAPS_pubmethodSystem_CAPS_staticLen(UInt64)

Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.

Return to top
Show:
© 2017 Microsoft