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.TryGetString

Malware edited this page Dec 13, 2025 · 18 revisions

DEPRECATION NOTICE

This API documentation is out of date and no longer maintained.

Please visit the new documentation at: https://malforge.github.io/spaceengineers/pbapi

IndexNamespace IndexMyIniValue

Summary

public bool TryGetString(out string value)

Attempts to get this value as a System.String . Fills thevalueon success.

Returns

bool

trueif the value could be understood as this data type;falseotherwise

Parameters

Clone this wiki locally