You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

891 lines
45 KiB

  1. <!DOCTYPE html>
  2. <!--[if IE]><![endif]-->
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <title>Class Value
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class Value
  11. ">
  12. <meta name="generator" content="docfx 2.59.3.0">
  13. <link rel="shortcut icon" href="../favicon.ico">
  14. <link rel="stylesheet" href="../styles/docfx.vendor.css">
  15. <link rel="stylesheet" href="../styles/docfx.css">
  16. <link rel="stylesheet" href="../styles/main.css">
  17. <link rel="stylesheet" href="../styles/fix.css">
  18. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  19. <meta property="docfx:navrel" content="../toc.html">
  20. <meta property="docfx:tocrel" content="toc.html">
  21. <meta property="docfx:rel" content="../">
  22. <meta property="docfx:newtab" content="true">
  23. </head> <body data-spy="scroll" data-target="#affix" data-offset="120">
  24. <div id="wrapper">
  25. <header>
  26. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  27. <div class="container">
  28. <div class="navbar-header">
  29. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  30. <span class="sr-only">Toggle navigation</span>
  31. <span class="icon-bar"></span>
  32. <span class="icon-bar"></span>
  33. <span class="icon-bar"></span>
  34. </button>
  35. <a class="navbar-brand" href="../index.html">
  36. <img id="logo" class="svg" src="../logo.svg" alt="">
  37. </a>
  38. </div>
  39. <div class="collapse navbar-collapse" id="navbar">
  40. <form class="navbar-form navbar-right" role="search" id="search">
  41. <div class="form-group">
  42. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  43. </div>
  44. </form>
  45. </div>
  46. </div>
  47. </nav>
  48. <div class="subnav navbar navbar-default">
  49. <div class="container hide-when-search" id="breadcrumb">
  50. <ul class="breadcrumb">
  51. <li></li>
  52. </ul>
  53. </div>
  54. </div>
  55. </header>
  56. <div class="container body-content">
  57. <div id="search-results">
  58. <div class="search-list">Search Results for <span></span></div>
  59. <div class="sr-items">
  60. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  61. </div>
  62. <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
  63. </div>
  64. </div>
  65. <div role="main" class="container body-content hide-when-search">
  66. <div class="sidenav hide-when-search">
  67. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  68. <div class="sidetoggle collapse" id="sidetoggle">
  69. <div id="sidetoc"></div>
  70. </div>
  71. </div>
  72. <div class="article row grid-right">
  73. <div class="col-md-10">
  74. <article class="content wrap" id="_content" data-uid="IPA.Config.Data.Value">
  75. <h1 id="IPA_Config_Data_Value" data-uid="IPA.Config.Data.Value" class="text-break">Class Value
  76. </h1>
  77. <div class="markdown level0 summary"><p>A base value type for config data abstract representations, to be serialized with an
  78. <a class="xref" href="IPA.Config.IConfigProvider.html">IConfigProvider</a>. If a <a class="xref" href="IPA.Config.Data.Value.html">Value</a> is <span class="xref">null</span>, then
  79. that represents just that: a <code>null</code> in whatever serialization is being used.
  80. Also contains factory functions for all derived types.</p>
  81. </div>
  82. <div class="markdown level0 conceptual"></div>
  83. <div class="inheritance">
  84. <h5>Inheritance</h5>
  85. <div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
  86. <div class="level1"><span class="xref">Value</span></div>
  87. <div class="level2"><a class="xref" href="IPA.Config.Data.Boolean.html">Boolean</a></div>
  88. <div class="level2"><a class="xref" href="IPA.Config.Data.FloatingPoint.html">FloatingPoint</a></div>
  89. <div class="level2"><a class="xref" href="IPA.Config.Data.Integer.html">Integer</a></div>
  90. <div class="level2"><a class="xref" href="IPA.Config.Data.List.html">List</a></div>
  91. <div class="level2"><a class="xref" href="IPA.Config.Data.Map.html">Map</a></div>
  92. <div class="level2"><a class="xref" href="IPA.Config.Data.Text.html">Text</a></div>
  93. </div>
  94. <h6><strong>Namespace</strong>: <a class="xref" href="IPA.Config.Data.html">IPA.Config.Data</a></h6>
  95. <h6><strong>Assembly</strong>: IPA.Loader.dll</h6>
  96. <h5 id="IPA_Config_Data_Value_syntax">Syntax</h5>
  97. <div class="codewrapper">
  98. <pre><code class="lang-csharp hljs">public abstract class Value : object</code></pre>
  99. </div>
  100. <h3 id="methods">Methods
  101. </h3>
  102. <span class="small pull-right mobile-hide">
  103. <span class="divider">|</span>
  104. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value_Bool_System_Boolean_.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value.Bool(System.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  105. </span>
  106. <span class="small pull-right mobile-hide">
  107. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Data/Value.cs/#L106">View Source</a>
  108. </span>
  109. <a id="IPA_Config_Data_Value_Bool_" data-uid="IPA.Config.Data.Value.Bool*"></a>
  110. <h4 id="IPA_Config_Data_Value_Bool_System_Boolean_" data-uid="IPA.Config.Data.Value.Bool(System.Boolean)">Bool(Boolean)</h4>
  111. <div class="markdown level1 summary"><p>Creates a new <a class="xref" href="IPA.Config.Data.Boolean.html">Boolean</a> wrapping a <see cref="!:System.Boolean"></see>.</p>
  112. </div>
  113. <div class="markdown level1 conceptual"></div>
  114. <h5 class="decalaration">Declaration</h5>
  115. <div class="codewrapper">
  116. <pre><code class="lang-csharp hljs">public static Boolean Bool(bool val)</code></pre>
  117. </div>
  118. <h5 class="parameters">Parameters</h5>
  119. <table class="table table-bordered table-striped table-condensed">
  120. <thead>
  121. <tr>
  122. <th>Type</th>
  123. <th>Name</th>
  124. <th>Description</th>
  125. </tr>
  126. </thead>
  127. <tbody>
  128. <tr>
  129. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  130. <td><span class="parametername">val</span></td>
  131. <td><p>the value to wrap</p>
  132. </td>
  133. </tr>
  134. </tbody>
  135. </table>
  136. <h5 class="returns">Returns</h5>
  137. <table class="table table-bordered table-striped table-condensed">
  138. <thead>
  139. <tr>
  140. <th>Type</th>
  141. <th>Description</th>
  142. </tr>
  143. </thead>
  144. <tbody>
  145. <tr>
  146. <td><a class="xref" href="IPA.Config.Data.Boolean.html">Boolean</a></td>
  147. <td><p>a <a class="xref" href="IPA.Config.Data.Boolean.html">Boolean</a> wrapping <code data-dev-comment-type="paramref" class="paramref">val</code></p>
  148. </td>
  149. </tr>
  150. </tbody>
  151. </table>
  152. <h5 id="IPA_Config_Data_Value_Bool_System_Boolean__seealso">See Also</h5>
  153. <div class="seealso">
  154. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Boolean_">From(Boolean)</a></div>
  155. </div>
  156. <span class="small pull-right mobile-hide">
  157. <span class="divider">|</span>
  158. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value_Float_System_Decimal_.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value.Float(System.Decimal)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  159. </span>
  160. <span class="small pull-right mobile-hide">
  161. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Data/Value.cs/#L91">View Source</a>
  162. </span>
  163. <a id="IPA_Config_Data_Value_Float_" data-uid="IPA.Config.Data.Value.Float*"></a>
  164. <h4 id="IPA_Config_Data_Value_Float_System_Decimal_" data-uid="IPA.Config.Data.Value.Float(System.Decimal)">Float(Decimal)</h4>
  165. <div class="markdown level1 summary"><p>Creates a new <a class="xref" href="IPA.Config.Data.FloatingPoint.html">FloatingPoint</a> wrapping a <see cref="!:System.Decimal"></see>.</p>
  166. </div>
  167. <div class="markdown level1 conceptual"></div>
  168. <h5 class="decalaration">Declaration</h5>
  169. <div class="codewrapper">
  170. <pre><code class="lang-csharp hljs">public static FloatingPoint Float(decimal val)</code></pre>
  171. </div>
  172. <h5 class="parameters">Parameters</h5>
  173. <table class="table table-bordered table-striped table-condensed">
  174. <thead>
  175. <tr>
  176. <th>Type</th>
  177. <th>Name</th>
  178. <th>Description</th>
  179. </tr>
  180. </thead>
  181. <tbody>
  182. <tr>
  183. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.decimal">Decimal</a></td>
  184. <td><span class="parametername">val</span></td>
  185. <td><p>the value to wrap</p>
  186. </td>
  187. </tr>
  188. </tbody>
  189. </table>
  190. <h5 class="returns">Returns</h5>
  191. <table class="table table-bordered table-striped table-condensed">
  192. <thead>
  193. <tr>
  194. <th>Type</th>
  195. <th>Description</th>
  196. </tr>
  197. </thead>
  198. <tbody>
  199. <tr>
  200. <td><a class="xref" href="IPA.Config.Data.FloatingPoint.html">FloatingPoint</a></td>
  201. <td><p>a <a class="xref" href="IPA.Config.Data.FloatingPoint.html">FloatingPoint</a> wrapping <code data-dev-comment-type="paramref" class="paramref">val</code></p>
  202. </td>
  203. </tr>
  204. </tbody>
  205. </table>
  206. <h5 id="IPA_Config_Data_Value_Float_System_Decimal__seealso">See Also</h5>
  207. <div class="seealso">
  208. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Decimal_">From(Decimal)</a></div>
  209. </div>
  210. <span class="small pull-right mobile-hide">
  211. <span class="divider">|</span>
  212. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value_From_IDictionary_System_String_IPA_Config_Data_Value__.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value.From(IDictionary%7BSystem.String%2CIPA.Config.Data.Value%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  213. </span>
  214. <span class="small pull-right mobile-hide">
  215. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Data/Value.cs/#L132">View Source</a>
  216. </span>
  217. <a id="IPA_Config_Data_Value_From_" data-uid="IPA.Config.Data.Value.From*"></a>
  218. <h4 id="IPA_Config_Data_Value_From_IDictionary_System_String_IPA_Config_Data_Value__" data-uid="IPA.Config.Data.Value.From(IDictionary{System.String,IPA.Config.Data.Value})">From(IDictionary&lt;String, Value&gt;)</h4>
  219. <div class="markdown level1 summary"><p>Creates a new <a class="xref" href="IPA.Config.Data.Map.html">Map</a> holding the content of an <see cref="!:IDictionary&lt;TKey, TValue>"></see>
  220. of <see cref="!:System.String"></see> to <a class="xref" href="IPA.Config.Data.Value.html">Value</a>.</p>
  221. </div>
  222. <div class="markdown level1 conceptual"></div>
  223. <h5 class="decalaration">Declaration</h5>
  224. <div class="codewrapper">
  225. <pre><code class="lang-csharp hljs">public static Map From(IDictionary&lt;string, Value&gt; vals)</code></pre>
  226. </div>
  227. <h5 class="parameters">Parameters</h5>
  228. <table class="table table-bordered table-striped table-condensed">
  229. <thead>
  230. <tr>
  231. <th>Type</th>
  232. <th>Name</th>
  233. <th>Description</th>
  234. </tr>
  235. </thead>
  236. <tbody>
  237. <tr>
  238. <td><span class="xref">IDictionary</span>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a>, <a class="xref" href="IPA.Config.Data.Value.html">Value</a>&gt;</td>
  239. <td><span class="parametername">vals</span></td>
  240. <td><p>the dictionary of <a class="xref" href="IPA.Config.Data.Value.html">Value</a>s to initialize the <a class="xref" href="IPA.Config.Data.Map.html">Map</a> wtih</p>
  241. </td>
  242. </tr>
  243. </tbody>
  244. </table>
  245. <h5 class="returns">Returns</h5>
  246. <table class="table table-bordered table-striped table-condensed">
  247. <thead>
  248. <tr>
  249. <th>Type</th>
  250. <th>Description</th>
  251. </tr>
  252. </thead>
  253. <tbody>
  254. <tr>
  255. <td><a class="xref" href="IPA.Config.Data.Map.html">Map</a></td>
  256. <td><p>a <a class="xref" href="IPA.Config.Data.Map.html">Map</a> containing the content of <code data-dev-comment-type="paramref" class="paramref">vals</code></p>
  257. </td>
  258. </tr>
  259. </tbody>
  260. </table>
  261. <h5 id="IPA_Config_Data_Value_From_IDictionary_System_String_IPA_Config_Data_Value___seealso">See Also</h5>
  262. <div class="seealso">
  263. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Map">Map()</a></div>
  264. </div>
  265. <span class="small pull-right mobile-hide">
  266. <span class="divider">|</span>
  267. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value_From_System_Boolean_.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value.From(System.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  268. </span>
  269. <span class="small pull-right mobile-hide">
  270. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Data/Value.cs/#L99">View Source</a>
  271. </span>
  272. <a id="IPA_Config_Data_Value_From_" data-uid="IPA.Config.Data.Value.From*"></a>
  273. <h4 id="IPA_Config_Data_Value_From_System_Boolean_" data-uid="IPA.Config.Data.Value.From(System.Boolean)">From(Boolean)</h4>
  274. <div class="markdown level1 summary"><p>Creates a new <a class="xref" href="IPA.Config.Data.Value.html">Value</a> wrapping a <see cref="!:System.Boolean"></see>.</p>
  275. </div>
  276. <div class="markdown level1 conceptual"></div>
  277. <h5 class="decalaration">Declaration</h5>
  278. <div class="codewrapper">
  279. <pre><code class="lang-csharp hljs">public static Boolean From(bool val)</code></pre>
  280. </div>
  281. <h5 class="parameters">Parameters</h5>
  282. <table class="table table-bordered table-striped table-condensed">
  283. <thead>
  284. <tr>
  285. <th>Type</th>
  286. <th>Name</th>
  287. <th>Description</th>
  288. </tr>
  289. </thead>
  290. <tbody>
  291. <tr>
  292. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  293. <td><span class="parametername">val</span></td>
  294. <td><p>the value to wrap</p>
  295. </td>
  296. </tr>
  297. </tbody>
  298. </table>
  299. <h5 class="returns">Returns</h5>
  300. <table class="table table-bordered table-striped table-condensed">
  301. <thead>
  302. <tr>
  303. <th>Type</th>
  304. <th>Description</th>
  305. </tr>
  306. </thead>
  307. <tbody>
  308. <tr>
  309. <td><a class="xref" href="IPA.Config.Data.Boolean.html">Boolean</a></td>
  310. <td><p>a <a class="xref" href="IPA.Config.Data.Boolean.html">Boolean</a> wrapping <code data-dev-comment-type="paramref" class="paramref">val</code></p>
  311. </td>
  312. </tr>
  313. </tbody>
  314. </table>
  315. <h5 id="IPA_Config_Data_Value_From_System_Boolean__seealso">See Also</h5>
  316. <div class="seealso">
  317. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Bool_System_Boolean_">Bool(Boolean)</a></div>
  318. </div>
  319. <span class="small pull-right mobile-hide">
  320. <span class="divider">|</span>
  321. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value_From_System_Decimal_.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value.From(System.Decimal)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  322. </span>
  323. <span class="small pull-right mobile-hide">
  324. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Data/Value.cs/#L84">View Source</a>
  325. </span>
  326. <a id="IPA_Config_Data_Value_From_" data-uid="IPA.Config.Data.Value.From*"></a>
  327. <h4 id="IPA_Config_Data_Value_From_System_Decimal_" data-uid="IPA.Config.Data.Value.From(System.Decimal)">From(Decimal)</h4>
  328. <div class="markdown level1 summary"><p>Creates a new <a class="xref" href="IPA.Config.Data.Value.html">Value</a> wrapping a <see cref="!:System.Double"></see>.</p>
  329. </div>
  330. <div class="markdown level1 conceptual"></div>
  331. <h5 class="decalaration">Declaration</h5>
  332. <div class="codewrapper">
  333. <pre><code class="lang-csharp hljs">public static FloatingPoint From(decimal val)</code></pre>
  334. </div>
  335. <h5 class="parameters">Parameters</h5>
  336. <table class="table table-bordered table-striped table-condensed">
  337. <thead>
  338. <tr>
  339. <th>Type</th>
  340. <th>Name</th>
  341. <th>Description</th>
  342. </tr>
  343. </thead>
  344. <tbody>
  345. <tr>
  346. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.decimal">Decimal</a></td>
  347. <td><span class="parametername">val</span></td>
  348. <td><p>the value to wrap</p>
  349. </td>
  350. </tr>
  351. </tbody>
  352. </table>
  353. <h5 class="returns">Returns</h5>
  354. <table class="table table-bordered table-striped table-condensed">
  355. <thead>
  356. <tr>
  357. <th>Type</th>
  358. <th>Description</th>
  359. </tr>
  360. </thead>
  361. <tbody>
  362. <tr>
  363. <td><a class="xref" href="IPA.Config.Data.FloatingPoint.html">FloatingPoint</a></td>
  364. <td><p>a <a class="xref" href="IPA.Config.Data.FloatingPoint.html">FloatingPoint</a> wrapping <code data-dev-comment-type="paramref" class="paramref">val</code></p>
  365. </td>
  366. </tr>
  367. </tbody>
  368. </table>
  369. <h5 id="IPA_Config_Data_Value_From_System_Decimal__seealso">See Also</h5>
  370. <div class="seealso">
  371. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Float_System_Decimal_">Float(Decimal)</a></div>
  372. </div>
  373. <span class="small pull-right mobile-hide">
  374. <span class="divider">|</span>
  375. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value_From_System_Int64_.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value.From(System.Int64)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  376. </span>
  377. <span class="small pull-right mobile-hide">
  378. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Data/Value.cs/#L69">View Source</a>
  379. </span>
  380. <a id="IPA_Config_Data_Value_From_" data-uid="IPA.Config.Data.Value.From*"></a>
  381. <h4 id="IPA_Config_Data_Value_From_System_Int64_" data-uid="IPA.Config.Data.Value.From(System.Int64)">From(Int64)</h4>
  382. <div class="markdown level1 summary"><p>Creates a new <a class="xref" href="IPA.Config.Data.Value.html">Value</a> wrapping a <see cref="!:System.Int64"></see>.</p>
  383. </div>
  384. <div class="markdown level1 conceptual"></div>
  385. <h5 class="decalaration">Declaration</h5>
  386. <div class="codewrapper">
  387. <pre><code class="lang-csharp hljs">public static Integer From(long val)</code></pre>
  388. </div>
  389. <h5 class="parameters">Parameters</h5>
  390. <table class="table table-bordered table-striped table-condensed">
  391. <thead>
  392. <tr>
  393. <th>Type</th>
  394. <th>Name</th>
  395. <th>Description</th>
  396. </tr>
  397. </thead>
  398. <tbody>
  399. <tr>
  400. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int64">Int64</a></td>
  401. <td><span class="parametername">val</span></td>
  402. <td><p>the value to wrap</p>
  403. </td>
  404. </tr>
  405. </tbody>
  406. </table>
  407. <h5 class="returns">Returns</h5>
  408. <table class="table table-bordered table-striped table-condensed">
  409. <thead>
  410. <tr>
  411. <th>Type</th>
  412. <th>Description</th>
  413. </tr>
  414. </thead>
  415. <tbody>
  416. <tr>
  417. <td><a class="xref" href="IPA.Config.Data.Integer.html">Integer</a></td>
  418. <td><p>a <a class="xref" href="IPA.Config.Data.Integer.html">Integer</a> wrapping <code data-dev-comment-type="paramref" class="paramref">val</code></p>
  419. </td>
  420. </tr>
  421. </tbody>
  422. </table>
  423. <h5 id="IPA_Config_Data_Value_From_System_Int64__seealso">See Also</h5>
  424. <div class="seealso">
  425. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Integer_System_Int64_">Integer(Int64)</a></div>
  426. </div>
  427. <span class="small pull-right mobile-hide">
  428. <span class="divider">|</span>
  429. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value_From_System_Nullable_IEnumerable_IPA_Config_Data_Value___.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value.From(System.Nullable%7BIEnumerable%7BIPA.Config.Data.Value%7D%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  430. </span>
  431. <span class="small pull-right mobile-hide">
  432. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Data/Value.cs/#L115">View Source</a>
  433. </span>
  434. <a id="IPA_Config_Data_Value_From_" data-uid="IPA.Config.Data.Value.From*"></a>
  435. <h4 id="IPA_Config_Data_Value_From_System_Nullable_IEnumerable_IPA_Config_Data_Value___" data-uid="IPA.Config.Data.Value.From(System.Nullable{IEnumerable{IPA.Config.Data.Value}})">From(Nullable&lt;IEnumerable&lt;Value&gt;&gt;)</h4>
  436. <div class="markdown level1 summary"><p>Creates a new <a class="xref" href="IPA.Config.Data.List.html">List</a> holding the content of an <see cref="!:IEnumerable&lt;T>"></see>
  437. of <a class="xref" href="IPA.Config.Data.Value.html">Value</a>.</p>
  438. </div>
  439. <div class="markdown level1 conceptual"></div>
  440. <h5 class="decalaration">Declaration</h5>
  441. <div class="codewrapper">
  442. <pre><code class="lang-csharp hljs">public static List From(IEnumerable&lt;Value&gt;? vals)</code></pre>
  443. </div>
  444. <h5 class="parameters">Parameters</h5>
  445. <table class="table table-bordered table-striped table-condensed">
  446. <thead>
  447. <tr>
  448. <th>Type</th>
  449. <th>Name</th>
  450. <th>Description</th>
  451. </tr>
  452. </thead>
  453. <tbody>
  454. <tr>
  455. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.nullable-1">Nullable</a>&lt;<span class="xref">IEnumerable</span>&lt;<a class="xref" href="IPA.Config.Data.Value.html">Value</a>&gt;&gt;</td>
  456. <td><span class="parametername">vals</span></td>
  457. <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a>s to initialize the <a class="xref" href="IPA.Config.Data.List.html">List</a> with</p>
  458. </td>
  459. </tr>
  460. </tbody>
  461. </table>
  462. <h5 class="returns">Returns</h5>
  463. <table class="table table-bordered table-striped table-condensed">
  464. <thead>
  465. <tr>
  466. <th>Type</th>
  467. <th>Description</th>
  468. </tr>
  469. </thead>
  470. <tbody>
  471. <tr>
  472. <td><a class="xref" href="IPA.Config.Data.List.html">List</a></td>
  473. <td><p>a <a class="xref" href="IPA.Config.Data.List.html">List</a> containing the content of <code data-dev-comment-type="paramref" class="paramref">vals</code></p>
  474. </td>
  475. </tr>
  476. </tbody>
  477. </table>
  478. <h5 id="IPA_Config_Data_Value_From_System_Nullable_IEnumerable_IPA_Config_Data_Value____seealso">See Also</h5>
  479. <div class="seealso">
  480. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_List">List()</a></div>
  481. </div>
  482. <span class="small pull-right mobile-hide">
  483. <span class="divider">|</span>
  484. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value_From_System_Nullable_IEnumerable_KeyValuePair_System_String_IPA_Config_Data_Value____.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value.From(System.Nullable%7BIEnumerable%7BKeyValuePair%7BSystem.String%2CIPA.Config.Data.Value%7D%7D%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  485. </span>
  486. <span class="small pull-right mobile-hide">
  487. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Data/Value.cs/#L142">View Source</a>
  488. </span>
  489. <a id="IPA_Config_Data_Value_From_" data-uid="IPA.Config.Data.Value.From*"></a>
  490. <h4 id="IPA_Config_Data_Value_From_System_Nullable_IEnumerable_KeyValuePair_System_String_IPA_Config_Data_Value____" data-uid="IPA.Config.Data.Value.From(System.Nullable{IEnumerable{KeyValuePair{System.String,IPA.Config.Data.Value}}})">From(Nullable&lt;IEnumerable&lt;KeyValuePair&lt;String, Value&gt;&gt;&gt;)</h4>
  491. <div class="markdown level1 summary"><p>Creates a new <a class="xref" href="IPA.Config.Data.Map.html">Map</a> holding the content of an <see cref="!:IEnumerable&lt;T>"></see>
  492. of <see cref="!:KeyValuePair&lt;TKey, TValue>"></see> of <see cref="!:System.String"></see> to <a class="xref" href="IPA.Config.Data.Value.html">Value</a>.</p>
  493. </div>
  494. <div class="markdown level1 conceptual"></div>
  495. <h5 class="decalaration">Declaration</h5>
  496. <div class="codewrapper">
  497. <pre><code class="lang-csharp hljs">public static Map From(IEnumerable&lt;KeyValuePair&lt;string, Value&gt;&gt;? vals)</code></pre>
  498. </div>
  499. <h5 class="parameters">Parameters</h5>
  500. <table class="table table-bordered table-striped table-condensed">
  501. <thead>
  502. <tr>
  503. <th>Type</th>
  504. <th>Name</th>
  505. <th>Description</th>
  506. </tr>
  507. </thead>
  508. <tbody>
  509. <tr>
  510. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.nullable-1">Nullable</a>&lt;<span class="xref">IEnumerable</span>&lt;<span class="xref">KeyValuePair</span>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a>, <a class="xref" href="IPA.Config.Data.Value.html">Value</a>&gt;&gt;&gt;</td>
  511. <td><span class="parametername">vals</span></td>
  512. <td><p>the enumerable of <see cref="!:KeyValuePair&lt;TKey, TValue>"></see> of name to <a class="xref" href="IPA.Config.Data.Value.html">Value</a></p>
  513. </td>
  514. </tr>
  515. </tbody>
  516. </table>
  517. <h5 class="returns">Returns</h5>
  518. <table class="table table-bordered table-striped table-condensed">
  519. <thead>
  520. <tr>
  521. <th>Type</th>
  522. <th>Description</th>
  523. </tr>
  524. </thead>
  525. <tbody>
  526. <tr>
  527. <td><a class="xref" href="IPA.Config.Data.Map.html">Map</a></td>
  528. <td><p>a <a class="xref" href="IPA.Config.Data.Map.html">Map</a> containing the content of <code data-dev-comment-type="paramref" class="paramref">vals</code></p>
  529. </td>
  530. </tr>
  531. </tbody>
  532. </table>
  533. <h5 id="IPA_Config_Data_Value_From_System_Nullable_IEnumerable_KeyValuePair_System_String_IPA_Config_Data_Value_____seealso">See Also</h5>
  534. <div class="seealso">
  535. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Map">Map()</a></div>
  536. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_IDictionary_System_String_IPA_Config_Data_Value__">From(IDictionary&lt;String, Value&gt;)</a></div>
  537. </div>
  538. <span class="small pull-right mobile-hide">
  539. <span class="divider">|</span>
  540. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value_From_System_Nullable_System_String__.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value.From(System.Nullable%7BSystem.String%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  541. </span>
  542. <span class="small pull-right mobile-hide">
  543. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Data/Value.cs/#L52">View Source</a>
  544. </span>
  545. <a id="IPA_Config_Data_Value_From_" data-uid="IPA.Config.Data.Value.From*"></a>
  546. <h4 id="IPA_Config_Data_Value_From_System_Nullable_System_String__" data-uid="IPA.Config.Data.Value.From(System.Nullable{System.String})">From(Nullable&lt;String&gt;)</h4>
  547. <div class="markdown level1 summary"><p>Creates a new <a class="xref" href="IPA.Config.Data.Value.html">Value</a> representing a <see cref="!:System.String"></see>.</p>
  548. </div>
  549. <div class="markdown level1 conceptual"></div>
  550. <h5 class="decalaration">Declaration</h5>
  551. <div class="codewrapper">
  552. <pre><code class="lang-csharp hljs">public static Text From(string? val)</code></pre>
  553. </div>
  554. <h5 class="parameters">Parameters</h5>
  555. <table class="table table-bordered table-striped table-condensed">
  556. <thead>
  557. <tr>
  558. <th>Type</th>
  559. <th>Name</th>
  560. <th>Description</th>
  561. </tr>
  562. </thead>
  563. <tbody>
  564. <tr>
  565. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.nullable-1">Nullable</a>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a>&gt;</td>
  566. <td><span class="parametername">val</span></td>
  567. <td><p>the value to wrap</p>
  568. </td>
  569. </tr>
  570. </tbody>
  571. </table>
  572. <h5 class="returns">Returns</h5>
  573. <table class="table table-bordered table-striped table-condensed">
  574. <thead>
  575. <tr>
  576. <th>Type</th>
  577. <th>Description</th>
  578. </tr>
  579. </thead>
  580. <tbody>
  581. <tr>
  582. <td><a class="xref" href="IPA.Config.Data.Text.html">Text</a></td>
  583. <td><p>a <a class="xref" href="IPA.Config.Data.Text.html">Text</a> wrapping <code data-dev-comment-type="paramref" class="paramref">val</code></p>
  584. </td>
  585. </tr>
  586. </tbody>
  587. </table>
  588. <span class="small pull-right mobile-hide">
  589. <span class="divider">|</span>
  590. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value_Integer_System_Int64_.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value.Integer(System.Int64)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  591. </span>
  592. <span class="small pull-right mobile-hide">
  593. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Data/Value.cs/#L76">View Source</a>
  594. </span>
  595. <a id="IPA_Config_Data_Value_Integer_" data-uid="IPA.Config.Data.Value.Integer*"></a>
  596. <h4 id="IPA_Config_Data_Value_Integer_System_Int64_" data-uid="IPA.Config.Data.Value.Integer(System.Int64)">Integer(Int64)</h4>
  597. <div class="markdown level1 summary"><p>Creates a new <a class="xref" href="IPA.Config.Data.Integer.html">Integer</a> wrapping a <see cref="!:System.Int64"></see>.</p>
  598. </div>
  599. <div class="markdown level1 conceptual"></div>
  600. <h5 class="decalaration">Declaration</h5>
  601. <div class="codewrapper">
  602. <pre><code class="lang-csharp hljs">public static Integer Integer(long val)</code></pre>
  603. </div>
  604. <h5 class="parameters">Parameters</h5>
  605. <table class="table table-bordered table-striped table-condensed">
  606. <thead>
  607. <tr>
  608. <th>Type</th>
  609. <th>Name</th>
  610. <th>Description</th>
  611. </tr>
  612. </thead>
  613. <tbody>
  614. <tr>
  615. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int64">Int64</a></td>
  616. <td><span class="parametername">val</span></td>
  617. <td><p>the value to wrap</p>
  618. </td>
  619. </tr>
  620. </tbody>
  621. </table>
  622. <h5 class="returns">Returns</h5>
  623. <table class="table table-bordered table-striped table-condensed">
  624. <thead>
  625. <tr>
  626. <th>Type</th>
  627. <th>Description</th>
  628. </tr>
  629. </thead>
  630. <tbody>
  631. <tr>
  632. <td><a class="xref" href="IPA.Config.Data.Integer.html">Integer</a></td>
  633. <td><p>a <a class="xref" href="IPA.Config.Data.Integer.html">Integer</a> wrapping <code data-dev-comment-type="paramref" class="paramref">val</code></p>
  634. </td>
  635. </tr>
  636. </tbody>
  637. </table>
  638. <h5 id="IPA_Config_Data_Value_Integer_System_Int64__seealso">See Also</h5>
  639. <div class="seealso">
  640. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Int64_">From(Int64)</a></div>
  641. </div>
  642. <span class="small pull-right mobile-hide">
  643. <span class="divider">|</span>
  644. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value_List.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value.List%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  645. </span>
  646. <span class="small pull-right mobile-hide">
  647. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Data/Value.cs/#L37">View Source</a>
  648. </span>
  649. <a id="IPA_Config_Data_Value_List_" data-uid="IPA.Config.Data.Value.List*"></a>
  650. <h4 id="IPA_Config_Data_Value_List" data-uid="IPA.Config.Data.Value.List">List()</h4>
  651. <div class="markdown level1 summary"><p>Creates an empty <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_List">List()</a>.</p>
  652. </div>
  653. <div class="markdown level1 conceptual"></div>
  654. <h5 class="decalaration">Declaration</h5>
  655. <div class="codewrapper">
  656. <pre><code class="lang-csharp hljs">public static List List()</code></pre>
  657. </div>
  658. <h5 class="returns">Returns</h5>
  659. <table class="table table-bordered table-striped table-condensed">
  660. <thead>
  661. <tr>
  662. <th>Type</th>
  663. <th>Description</th>
  664. </tr>
  665. </thead>
  666. <tbody>
  667. <tr>
  668. <td><a class="xref" href="IPA.Config.Data.List.html">List</a></td>
  669. <td><p>an empty <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_List">List()</a></p>
  670. </td>
  671. </tr>
  672. </tbody>
  673. </table>
  674. <span class="small pull-right mobile-hide">
  675. <span class="divider">|</span>
  676. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value_Map.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value.Map%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  677. </span>
  678. <span class="small pull-right mobile-hide">
  679. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Data/Value.cs/#L44">View Source</a>
  680. </span>
  681. <a id="IPA_Config_Data_Value_Map_" data-uid="IPA.Config.Data.Value.Map*"></a>
  682. <h4 id="IPA_Config_Data_Value_Map" data-uid="IPA.Config.Data.Value.Map">Map()</h4>
  683. <div class="markdown level1 summary"><p>Creates an empty <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Map">Map()</a>.</p>
  684. </div>
  685. <div class="markdown level1 conceptual"></div>
  686. <h5 class="decalaration">Declaration</h5>
  687. <div class="codewrapper">
  688. <pre><code class="lang-csharp hljs">public static Map Map()</code></pre>
  689. </div>
  690. <h5 class="returns">Returns</h5>
  691. <table class="table table-bordered table-striped table-condensed">
  692. <thead>
  693. <tr>
  694. <th>Type</th>
  695. <th>Description</th>
  696. </tr>
  697. </thead>
  698. <tbody>
  699. <tr>
  700. <td><a class="xref" href="IPA.Config.Data.Map.html">Map</a></td>
  701. <td><p>an empty <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Map">Map()</a></p>
  702. </td>
  703. </tr>
  704. </tbody>
  705. </table>
  706. <h5 id="IPA_Config_Data_Value_Map_seealso">See Also</h5>
  707. <div class="seealso">
  708. <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_IDictionary_System_String_IPA_Config_Data_Value__">From(IDictionary&lt;String, Value&gt;)</a></div>
  709. </div>
  710. <span class="small pull-right mobile-hide">
  711. <span class="divider">|</span>
  712. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value_Null.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value.Null%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  713. </span>
  714. <span class="small pull-right mobile-hide">
  715. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Data/Value.cs/#L30">View Source</a>
  716. </span>
  717. <a id="IPA_Config_Data_Value_Null_" data-uid="IPA.Config.Data.Value.Null*"></a>
  718. <h4 id="IPA_Config_Data_Value_Null" data-uid="IPA.Config.Data.Value.Null">Null()</h4>
  719. <div class="markdown level1 summary"><p>Creates a Null <a class="xref" href="IPA.Config.Data.Value.html">Value</a>.</p>
  720. </div>
  721. <div class="markdown level1 conceptual"></div>
  722. <h5 class="decalaration">Declaration</h5>
  723. <div class="codewrapper">
  724. <pre><code class="lang-csharp hljs">public static Value Null()</code></pre>
  725. </div>
  726. <h5 class="returns">Returns</h5>
  727. <table class="table table-bordered table-striped table-condensed">
  728. <thead>
  729. <tr>
  730. <th>Type</th>
  731. <th>Description</th>
  732. </tr>
  733. </thead>
  734. <tbody>
  735. <tr>
  736. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  737. <td><span class="xref">null</span></td>
  738. </tr>
  739. </tbody>
  740. </table>
  741. <span class="small pull-right mobile-hide">
  742. <span class="divider">|</span>
  743. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value_Text_System_Nullable_System_String__.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value.Text(System.Nullable%7BSystem.String%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  744. </span>
  745. <span class="small pull-right mobile-hide">
  746. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Data/Value.cs/#L60">View Source</a>
  747. </span>
  748. <a id="IPA_Config_Data_Value_Text_" data-uid="IPA.Config.Data.Value.Text*"></a>
  749. <h4 id="IPA_Config_Data_Value_Text_System_Nullable_System_String__" data-uid="IPA.Config.Data.Value.Text(System.Nullable{System.String})">Text(Nullable&lt;String&gt;)</h4>
  750. <div class="markdown level1 summary"><p>Creates a new <a class="xref" href="IPA.Config.Data.Text.html">Text</a> object wrapping a <see cref="!:System.String"></see>.</p>
  751. </div>
  752. <div class="markdown level1 conceptual"></div>
  753. <h5 class="decalaration">Declaration</h5>
  754. <div class="codewrapper">
  755. <pre><code class="lang-csharp hljs">public static Text Text(string? val)</code></pre>
  756. </div>
  757. <h5 class="parameters">Parameters</h5>
  758. <table class="table table-bordered table-striped table-condensed">
  759. <thead>
  760. <tr>
  761. <th>Type</th>
  762. <th>Name</th>
  763. <th>Description</th>
  764. </tr>
  765. </thead>
  766. <tbody>
  767. <tr>
  768. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.nullable-1">Nullable</a>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a>&gt;</td>
  769. <td><span class="parametername">val</span></td>
  770. <td><p>the value to wrap</p>
  771. </td>
  772. </tr>
  773. </tbody>
  774. </table>
  775. <h5 class="returns">Returns</h5>
  776. <table class="table table-bordered table-striped table-condensed">
  777. <thead>
  778. <tr>
  779. <th>Type</th>
  780. <th>Description</th>
  781. </tr>
  782. </thead>
  783. <tbody>
  784. <tr>
  785. <td><a class="xref" href="IPA.Config.Data.Text.html">Text</a></td>
  786. <td><p>a <a class="xref" href="IPA.Config.Data.Text.html">Text</a> wrapping <code data-dev-comment-type="paramref" class="paramref">val</code></p>
  787. </td>
  788. </tr>
  789. </tbody>
  790. </table>
  791. <span class="small pull-right mobile-hide">
  792. <span class="divider">|</span>
  793. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value_ToString.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value.ToString%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  794. </span>
  795. <span class="small pull-right mobile-hide">
  796. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Data/Value.cs/#L24">View Source</a>
  797. </span>
  798. <a id="IPA_Config_Data_Value_ToString_" data-uid="IPA.Config.Data.Value.ToString*"></a>
  799. <h4 id="IPA_Config_Data_Value_ToString" data-uid="IPA.Config.Data.Value.ToString">ToString()</h4>
  800. <div class="markdown level1 summary"><p>Converts this <a class="xref" href="IPA.Config.Data.Value.html">Value</a> into a human-readable format.</p>
  801. </div>
  802. <div class="markdown level1 conceptual"></div>
  803. <h5 class="decalaration">Declaration</h5>
  804. <div class="codewrapper">
  805. <pre><code class="lang-csharp hljs">public abstract override string ToString()</code></pre>
  806. </div>
  807. <h5 class="returns">Returns</h5>
  808. <table class="table table-bordered table-striped table-condensed">
  809. <thead>
  810. <tr>
  811. <th>Type</th>
  812. <th>Description</th>
  813. </tr>
  814. </thead>
  815. <tbody>
  816. <tr>
  817. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
  818. <td><p>a human-readable string containing the value provided</p>
  819. </td>
  820. </tr>
  821. </tbody>
  822. </table>
  823. <h3 id="extensionmethods">Extension Methods</h3>
  824. <div>
  825. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetField__2___0_System_String___1_">ReflectionUtil.SetField&lt;T, U&gt;(T, String, U)</a>
  826. </div>
  827. <div>
  828. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_GetField__2___1_System_String_">ReflectionUtil.GetField&lt;U, T&gt;(T, String)</a>
  829. </div>
  830. <div>
  831. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetProperty__2___0_System_String___1_">ReflectionUtil.SetProperty&lt;T, U&gt;(T, String, U)</a>
  832. </div>
  833. <div>
  834. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_GetProperty__2___1_System_String_">ReflectionUtil.GetProperty&lt;U, T&gt;(T, String)</a>
  835. </div>
  836. <div>
  837. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokeMethod__2___1_System_String_System_Object___">ReflectionUtil.InvokeMethod&lt;U, T&gt;(T, String, Object[])</a>
  838. </div>
  839. </article>
  840. </div>
  841. <div class="hidden-sm col-md-2" role="complementary">
  842. <div class="sideaffix">
  843. <div class="contribution">
  844. <ul class="nav">
  845. <li>
  846. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Value.md&amp;value=---%0Auid%3A%20IPA.Config.Data.Value%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
  847. </li>
  848. <li>
  849. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Data/Value.cs/#L18" class="contribution-link">View Source</a>
  850. </li>
  851. </ul>
  852. </div>
  853. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  854. <h5>In This Article</h5>
  855. <div></div>
  856. </nav>
  857. </div>
  858. </div>
  859. </div>
  860. </div>
  861. <footer>
  862. <div class="grad-bottom"></div>
  863. <div class="footer">
  864. <div class="container">
  865. <span class="pull-right">
  866. <a href="#top">Back to top</a>
  867. </span>
  868. <span>Generated by <strong>DocFX</strong></span>
  869. </div>
  870. </div>
  871. </footer>
  872. </div>
  873. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  874. <script type="text/javascript" src="../styles/docfx.js"></script>
  875. <script type="text/javascript" src="../styles/main.js"></script>
  876. </body>
  877. </html>