Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRage.Game.ModAPI.Ingame.Utilities.MyIniValue.TryGetSByte

Malware edited this page Dec 25, 2018 · 17 revisions

IndexMyIniValue

Summary

private public TryGetSByte
```csharp

Attempts to get this value as a [System.SByte](https://docs.microsoft.com/en-us/dotnet/api/system.sbyte?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