Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRage.Game.ModAPI.Ingame.Utilities.MyIniValue.TryGetUInt16

Malware edited this page Dec 25, 2018 · 18 revisions

IndexMyIniValue

Summary

private public TryGetUInt16
```csharp

Attempts to get this value as a [System.UInt16](https://docs.microsoft.com/en-us/dotnet/api/system.uint16?view=netframework-4.6) . Fills the`value`on success.

### Returns

`true`if the value could be understood as this data type;`false`otherwise

### Example

### Remarks

Clone this wiki locally