https://learn.microsoft.com/en-us/uwp/api/windows.foundation.ipropertyvalue.getint32?view=winrt-28000
IPropertyValue.GetInt32 Method (Windows.Foundation) - Windows apps | Microsoft Learn
Returns the integer value stored as a property value.
methodwindowsfoundationappsmicrosoft
https://learn.microsoft.com/en-us/dotnet/api/system.runtime.serialization.serializationinfo.getint32?view=netframework-4.0
SerializationInfo.GetInt32(String) Method (System.Runtime.Serialization) | Microsoft Learn
Retrieves a 32-bit signed integer value from the SerializationInfo store.
stringmethodsystemruntimeserialization
https://learn.microsoft.com/en-us/dotnet/api/system.data.common.dbdatareader.getint32?view=netframework-4.8.1&redirectedfrom=MSDN
DbDataReader.GetInt32(Int32) Method (System.Data.Common) | Microsoft Learn
When overridden in a derived class, gets the value of the specified column as a 32-bit signed integer.
system datamethodcommonmicrosoftlearn
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView/getInt32
DataView.prototype.getInt32() - JavaScript | MDN
The getInt32() method of DataView instances reads 4 bytes starting at the specified byte offset of this DataView and interprets them as a 32-bit signed...
dataviewprototypejavascriptmdn