 | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic 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