 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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