| WikiReadOnlyDictionaryGetInt32Value(String) Method |
This is preliminary documentation and is subject to change.
Gets the
Int32 value by property name.
This overload raises exception for missing key.
Namespace: WikiClientLibrary.InfrastructuresAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public int GetInt32Value(
string key
)
Public Function GetInt32Value (
key As String
) As Integer
Dim instance As WikiReadOnlyDictionary
Dim key As String
Dim returnValue As Integer
returnValue = instance.GetInt32Value(key)
public:
int GetInt32Value(
String^ key
)
member GetInt32Value :
key : string -> int
Parameters
- key String
- The property name.
Return Value
Int32The converted value.
Exceptions See Also