Strings
Asc(Char)
Asc(String)
AscW(Char)
AscW(String)
Chr(Int32)
ChrW(Int32)
Filter(Object[], String, Boolean, CompareMethod)
Filter(String[], String, Boolean, CompareMethod)
Format(Object, String)
FormatCurrency(Object, Int32, TriState, TriState, TriState)
FormatDateTime(DateTime, DateFormat)
FormatNumber(Object, Int32, TriState, TriState, TriState)
FormatPercent(Object, Int32, TriState, TriState, TriState)
GetChar(String, Int32)
InStr(String, String, CompareMethod)
InStr(Int32, String, String, CompareMethod)
InStrRev(String, String, Int32, CompareMethod)
Join(Object[], String)
Join(String[], String)
LCase(Char)
LCase(String)
Left(String, Int32)
Len(Boolean)
Len(Byte)
Len(Char)
Len(DateTime)
Len(Decimal)
Len(Double)
Len(Int16)
Len(Int32)
Len(Int64)
Len(Object)
Len(SByte)
Len(Single)
Len(String)
Len(UInt16)
Len(UInt32)
Len(UInt64)
LSet(String, Int32)
LTrim(String)
Mid(String, Int32)
Mid(String, Int32, Int32)
Replace(String, String, String, Int32, Int32, CompareMethod)
Right(String, Int32)
RSet(String, Int32)
RTrim(String)
Space(Int32)
Split(String, String, Int32, CompareMethod)
StrComp(String, String, CompareMethod)
StrConv(String, VbStrConv, Int32)
StrDup(Int32, Char)
StrDup(Int32, Object)
StrDup(Int32, String)
StrReverse(String)
Trim(String)
UCase(Char)
UCase(String)
net40-client
namespace Microsoft.VisualBasic
{
[StandardModule]
public sealed class Strings
{
public static string LTrim(string str);
}
}
NetFx Compat Lab | 4.0 %
Reference this API |
---|---|
nuget.org | 0.0 %
Reference this API |
Upgrade Planner | 0.0 %
Reference this API |
.NET | 5.06.07.08.09.0 |
.NET Core | 3.03.1 |
.NET Framework | 1.12.03.03.54.04.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
Information specific to net40-client | |
Assembly | Microsoft.VisualBasic , Version=10.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | Your project needs an assembly reference to |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API