10.3.0
29 May 18
Toggle Dropdown
Version 10
10.3.0
29 May 18
10.2.0
11 Aug 17
10.1.0
15 Nov 16
10.0.1
27 Jun 16
10.0.0
29 Jul 15
Compare to version...
with 10.0.0
Toggle Dropdown
Version 10
10.3.0
29 May 18
10.2.0
11 Aug 17
10.1.0
15 Nov 16
10.0.1
27 Jun 16
10.0.0
29 Jul 15
Download Package
Open in NuGet
<
PackageReference
Include
=
"Microsoft.VisualBasic"
Version
=
"10.3.0"
/>
API Differences between 10.3.0 and 10.0.0
0
Additions
12
Removals
Microsoft.VisualBasic
public
sealed
class
ControlChars
public
sealed
class
Interaction
public
sealed
class
Strings
public
static
string
Left
(
string
str
,
int
length
)
Microsoft.VisualBasic.CompilerServices
public
class
Conversions
public
static
CultureInfo
GetCultureInfo
()
public
static
bool
IsHexOrOctValue
(
string
value
,
ref
long
i64Value
)
public
static
bool
IsHexOrOctValue
(
string
value
,
ref
ulong
ui64Value
)
public
static
string
ToHalfwidthNumbers
(
string
s
,
CultureInfo
culture
)
public
sealed
class
InternalErrorException
:
Exception
public
sealed
class
NewLateBinding
public
static
bool
LateCanEvaluate
(
object
instance
,
Type
type
,
string
memberName
,
object
[]
arguments
,
bool
allowFunctionEvaluation
,
bool
allowPropertyEvaluation
)
public
sealed
class
Operators
public
static
int
CompareObject
(
object
left
,
object
right
,
bool
textCompare
)
public
sealed
class
Utils
public
static
string
GetResourceString
(
string
resourceKey
,
string
[]
args
)
public
static
string
MethodToString
(
MethodBase
method
)