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.

472 lines
23 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 ValueConverter&lt;T&gt;
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class ValueConverter&lt;T&gt;
  11. ">
  12. <meta name="generator" content="docfx 2.48.1.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"></div>
  59. <div class="sr-items">
  60. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  61. </div>
  62. <ul id="pagination"></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.Stores.ValueConverter`1">
  75. <h1 id="IPA_Config_Stores_ValueConverter_1" data-uid="IPA.Config.Stores.ValueConverter`1" class="text-break">Class ValueConverter&lt;T&gt;
  76. </h1>
  77. <div class="markdown level0 summary"><p>A strongly-typed <a class="xref" href="IPA.Config.Stores.IValueConverter.html">IValueConverter</a>.</p>
  78. </div>
  79. <div class="markdown level0 conceptual"></div>
  80. <div class="inheritance">
  81. <h5>Inheritance</h5>
  82. <div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
  83. <div class="level1"><span class="xref">ValueConverter&lt;T&gt;</span></div>
  84. <div class="level2"><a class="xref" href="IPA.Config.Stores.Converters.CollectionConverter-2.html">CollectionConverter&lt;T, TCollection&gt;</a></div>
  85. <div class="level2"><a class="xref" href="IPA.Config.Stores.Converters.CustomObjectConverter-1.html">CustomObjectConverter&lt;T&gt;</a></div>
  86. <div class="level2"><a class="xref" href="IPA.Config.Stores.Converters.NullableConverter-1.html">NullableConverter&lt;T&gt;</a></div>
  87. <div class="level2"><a class="xref" href="IPA.Utilities.AlmostVersionConverter.html">AlmostVersionConverter</a></div>
  88. </div>
  89. <div classs="implements">
  90. <h5>Implements</h5>
  91. <div><a class="xref" href="IPA.Config.Stores.IValueConverter.html">IValueConverter</a></div>
  92. </div>
  93. <div class="inheritedMembers">
  94. <h5>Inherited Members</h5>
  95. <div>
  96. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.tostring#System_Object_ToString">Object.ToString()</a>
  97. </div>
  98. <div>
  99. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#System_Object_Equals_System_Object_">Object.Equals(Object)</a>
  100. </div>
  101. <div>
  102. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#System_Object_Equals_System_Object_System_Object_">Object.Equals(Object, Object)</a>
  103. </div>
  104. <div>
  105. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.referenceequals#System_Object_ReferenceEquals_System_Object_System_Object_">Object.ReferenceEquals(Object, Object)</a>
  106. </div>
  107. <div>
  108. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gethashcode#System_Object_GetHashCode">Object.GetHashCode()</a>
  109. </div>
  110. <div>
  111. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gettype#System_Object_GetType">Object.GetType()</a>
  112. </div>
  113. <div>
  114. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.memberwiseclone#System_Object_MemberwiseClone">Object.MemberwiseClone()</a>
  115. </div>
  116. </div>
  117. <h6><strong>Namespace</strong>: <a class="xref" href="IPA.Config.Stores.html">IPA.Config.Stores</a></h6>
  118. <h6><strong>Assembly</strong>: IPA.Loader.dll</h6>
  119. <h5 id="IPA_Config_Stores_ValueConverter_1_syntax">Syntax</h5>
  120. <div class="codewrapper">
  121. <pre><code class="lang-csharp hljs">public abstract class ValueConverter&lt;T&gt; : IValueConverter</code></pre>
  122. </div>
  123. <h5 class="typeParameters">Type Parameters</h5>
  124. <table class="table table-bordered table-striped table-condensed">
  125. <thead>
  126. <tr>
  127. <th>Name</th>
  128. <th>Description</th>
  129. </tr>
  130. </thead>
  131. <tbody>
  132. <tr>
  133. <td><span class="parametername">T</span></td>
  134. <td><p>the type of object to handle</p>
  135. </td>
  136. </tr>
  137. </tbody>
  138. </table>
  139. <h3 id="methods">Methods
  140. </h3>
  141. <span class="small pull-right mobile-hide">
  142. <span class="divider">|</span>
  143. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Stores_ValueConverter_1_FromValue_IPA_Config_Data_Value_System_Object_.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.ValueConverter%601.FromValue(IPA.Config.Data.Value%2CSystem.Object)%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>
  144. </span>
  145. <span class="small pull-right mobile-hide">
  146. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/74387184da180014c97627b16f1ea9fb7d3a5426/IPA.Loader/Config/Stores/ValueConverter.cs/#L70">View Source</a>
  147. </span>
  148. <a id="IPA_Config_Stores_ValueConverter_1_FromValue_" data-uid="IPA.Config.Stores.ValueConverter`1.FromValue*"></a>
  149. <h4 id="IPA_Config_Stores_ValueConverter_1_FromValue_IPA_Config_Data_Value_System_Object_" data-uid="IPA.Config.Stores.ValueConverter`1.FromValue(IPA.Config.Data.Value,System.Object)">FromValue(Value, Object)</h4>
  150. <div class="markdown level1 summary"><p>Converts the given <a class="xref" href="IPA.Config.Data.Value.html">Value</a> to the object type handled by this converter.</p>
  151. </div>
  152. <div class="markdown level1 conceptual"></div>
  153. <h5 class="decalaration">Declaration</h5>
  154. <div class="codewrapper">
  155. <pre><code class="lang-csharp hljs">public abstract T FromValue(Value value, object parent)</code></pre>
  156. </div>
  157. <h5 class="parameters">Parameters</h5>
  158. <table class="table table-bordered table-striped table-condensed">
  159. <thead>
  160. <tr>
  161. <th>Type</th>
  162. <th>Name</th>
  163. <th>Description</th>
  164. </tr>
  165. </thead>
  166. <tbody>
  167. <tr>
  168. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  169. <td><span class="parametername">value</span></td>
  170. <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> to deserialize</p>
  171. </td>
  172. </tr>
  173. <tr>
  174. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></td>
  175. <td><span class="parametername">parent</span></td>
  176. <td><p>the object that will own the result</p>
  177. </td>
  178. </tr>
  179. </tbody>
  180. </table>
  181. <h5 class="returns">Returns</h5>
  182. <table class="table table-bordered table-striped table-condensed">
  183. <thead>
  184. <tr>
  185. <th>Type</th>
  186. <th>Description</th>
  187. </tr>
  188. </thead>
  189. <tbody>
  190. <tr>
  191. <td><span class="xref">T</span></td>
  192. <td><p>the deserialized object</p>
  193. </td>
  194. </tr>
  195. </tbody>
  196. </table>
  197. <h5 id="IPA_Config_Stores_ValueConverter_1_FromValue_IPA_Config_Data_Value_System_Object__seealso">See Also</h5>
  198. <div class="seealso">
  199. <div><a class="xref" href="IPA.Config.Stores.IValueConverter.html#IPA_Config_Stores_IValueConverter_FromValue_IPA_Config_Data_Value_System_Object_">FromValue</a>(<a class="xref" href="IPA.Config.Data.Value.html">Value</a>, <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a>)</div>
  200. </div>
  201. <span class="small pull-right mobile-hide">
  202. <span class="divider">|</span>
  203. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Stores_ValueConverter_1_ToValue__0_System_Object_.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.ValueConverter%601.ToValue(%600%2CSystem.Object)%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>
  204. </span>
  205. <span class="small pull-right mobile-hide">
  206. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/74387184da180014c97627b16f1ea9fb7d3a5426/IPA.Loader/Config/Stores/ValueConverter.cs/#L62">View Source</a>
  207. </span>
  208. <a id="IPA_Config_Stores_ValueConverter_1_ToValue_" data-uid="IPA.Config.Stores.ValueConverter`1.ToValue*"></a>
  209. <h4 id="IPA_Config_Stores_ValueConverter_1_ToValue__0_System_Object_" data-uid="IPA.Config.Stores.ValueConverter`1.ToValue(`0,System.Object)">ToValue(T, Object)</h4>
  210. <div class="markdown level1 summary"><p>Converts the given object to a <a class="xref" href="IPA.Config.Data.Value.html">Value</a>.</p>
  211. </div>
  212. <div class="markdown level1 conceptual"></div>
  213. <h5 class="decalaration">Declaration</h5>
  214. <div class="codewrapper">
  215. <pre><code class="lang-csharp hljs">public abstract Value ToValue(T obj, object parent)</code></pre>
  216. </div>
  217. <h5 class="parameters">Parameters</h5>
  218. <table class="table table-bordered table-striped table-condensed">
  219. <thead>
  220. <tr>
  221. <th>Type</th>
  222. <th>Name</th>
  223. <th>Description</th>
  224. </tr>
  225. </thead>
  226. <tbody>
  227. <tr>
  228. <td><span class="xref">T</span></td>
  229. <td><span class="parametername">obj</span></td>
  230. <td><p>the object to convert</p>
  231. </td>
  232. </tr>
  233. <tr>
  234. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></td>
  235. <td><span class="parametername">parent</span></td>
  236. <td><p>the owning object of <code data-dev-comment-type="paramref" class="paramref">obj</code></p>
  237. </td>
  238. </tr>
  239. </tbody>
  240. </table>
  241. <h5 class="returns">Returns</h5>
  242. <table class="table table-bordered table-striped table-condensed">
  243. <thead>
  244. <tr>
  245. <th>Type</th>
  246. <th>Description</th>
  247. </tr>
  248. </thead>
  249. <tbody>
  250. <tr>
  251. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  252. <td><p>a representation of <code data-dev-comment-type="paramref" class="paramref">obj</code> as a <a class="xref" href="IPA.Config.Data.Value.html">Value</a> structure</p>
  253. </td>
  254. </tr>
  255. </tbody>
  256. </table>
  257. <h5 id="IPA_Config_Stores_ValueConverter_1_ToValue__0_System_Object__seealso">See Also</h5>
  258. <div class="seealso">
  259. <div><a class="xref" href="IPA.Config.Stores.IValueConverter.html#IPA_Config_Stores_IValueConverter_ToValue_System_Object_System_Object_">ToValue</a>(<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a>, <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a>)</div>
  260. </div>
  261. <h3 id="eii">Explicit Interface Implementations
  262. </h3>
  263. <span class="small pull-right mobile-hide">
  264. <span class="divider">|</span>
  265. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Stores_ValueConverter_1_IPA_Config_Stores_IValueConverter_FromValue_IPA_Config_Data_Value_System_Object_.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.ValueConverter%601.IPA%23Config%23Stores%23IValueConverter%23FromValue(IPA.Config.Data.Value%2CSystem.Object)%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>
  266. </span>
  267. <span class="small pull-right mobile-hide">
  268. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/74387184da180014c97627b16f1ea9fb7d3a5426/IPA.Loader/Config/Stores/ValueConverter.cs/#L73">View Source</a>
  269. </span>
  270. <a id="IPA_Config_Stores_ValueConverter_1_IPA_Config_Stores_IValueConverter_FromValue_" data-uid="IPA.Config.Stores.ValueConverter`1.IPA#Config#Stores#IValueConverter#FromValue*"></a>
  271. <h4 id="IPA_Config_Stores_ValueConverter_1_IPA_Config_Stores_IValueConverter_FromValue_IPA_Config_Data_Value_System_Object_" data-uid="IPA.Config.Stores.ValueConverter`1.IPA#Config#Stores#IValueConverter#FromValue(IPA.Config.Data.Value,System.Object)">IValueConverter.FromValue(Value, Object)</h4>
  272. <div class="markdown level1 summary"></div>
  273. <div class="markdown level1 conceptual"></div>
  274. <h5 class="decalaration">Declaration</h5>
  275. <div class="codewrapper">
  276. <pre><code class="lang-csharp hljs">object IValueConverter.FromValue(Value value, object parent)</code></pre>
  277. </div>
  278. <h5 class="parameters">Parameters</h5>
  279. <table class="table table-bordered table-striped table-condensed">
  280. <thead>
  281. <tr>
  282. <th>Type</th>
  283. <th>Name</th>
  284. <th>Description</th>
  285. </tr>
  286. </thead>
  287. <tbody>
  288. <tr>
  289. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  290. <td><span class="parametername">value</span></td>
  291. <td></td>
  292. </tr>
  293. <tr>
  294. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></td>
  295. <td><span class="parametername">parent</span></td>
  296. <td></td>
  297. </tr>
  298. </tbody>
  299. </table>
  300. <h5 class="returns">Returns</h5>
  301. <table class="table table-bordered table-striped table-condensed">
  302. <thead>
  303. <tr>
  304. <th>Type</th>
  305. <th>Description</th>
  306. </tr>
  307. </thead>
  308. <tbody>
  309. <tr>
  310. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></td>
  311. <td></td>
  312. </tr>
  313. </tbody>
  314. </table>
  315. <span class="small pull-right mobile-hide">
  316. <span class="divider">|</span>
  317. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Stores_ValueConverter_1_IPA_Config_Stores_IValueConverter_ToValue_System_Object_System_Object_.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.ValueConverter%601.IPA%23Config%23Stores%23IValueConverter%23ToValue(System.Object%2CSystem.Object)%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>
  318. </span>
  319. <span class="small pull-right mobile-hide">
  320. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/74387184da180014c97627b16f1ea9fb7d3a5426/IPA.Loader/Config/Stores/ValueConverter.cs/#L72">View Source</a>
  321. </span>
  322. <a id="IPA_Config_Stores_ValueConverter_1_IPA_Config_Stores_IValueConverter_ToValue_" data-uid="IPA.Config.Stores.ValueConverter`1.IPA#Config#Stores#IValueConverter#ToValue*"></a>
  323. <h4 id="IPA_Config_Stores_ValueConverter_1_IPA_Config_Stores_IValueConverter_ToValue_System_Object_System_Object_" data-uid="IPA.Config.Stores.ValueConverter`1.IPA#Config#Stores#IValueConverter#ToValue(System.Object,System.Object)">IValueConverter.ToValue(Object, Object)</h4>
  324. <div class="markdown level1 summary"></div>
  325. <div class="markdown level1 conceptual"></div>
  326. <h5 class="decalaration">Declaration</h5>
  327. <div class="codewrapper">
  328. <pre><code class="lang-csharp hljs">Value IValueConverter.ToValue(object obj, object parent)</code></pre>
  329. </div>
  330. <h5 class="parameters">Parameters</h5>
  331. <table class="table table-bordered table-striped table-condensed">
  332. <thead>
  333. <tr>
  334. <th>Type</th>
  335. <th>Name</th>
  336. <th>Description</th>
  337. </tr>
  338. </thead>
  339. <tbody>
  340. <tr>
  341. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></td>
  342. <td><span class="parametername">obj</span></td>
  343. <td></td>
  344. </tr>
  345. <tr>
  346. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></td>
  347. <td><span class="parametername">parent</span></td>
  348. <td></td>
  349. </tr>
  350. </tbody>
  351. </table>
  352. <h5 class="returns">Returns</h5>
  353. <table class="table table-bordered table-striped table-condensed">
  354. <thead>
  355. <tr>
  356. <th>Type</th>
  357. <th>Description</th>
  358. </tr>
  359. </thead>
  360. <tbody>
  361. <tr>
  362. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  363. <td></td>
  364. </tr>
  365. </tbody>
  366. </table>
  367. <span class="small pull-right mobile-hide">
  368. <span class="divider">|</span>
  369. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Stores_ValueConverter_1_IPA_Config_Stores_IValueConverter_Type.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.ValueConverter%601.IPA%23Config%23Stores%23IValueConverter%23Type%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>
  370. </span>
  371. <span class="small pull-right mobile-hide">
  372. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/74387184da180014c97627b16f1ea9fb7d3a5426/IPA.Loader/Config/Stores/ValueConverter.cs/#L74">View Source</a>
  373. </span>
  374. <a id="IPA_Config_Stores_ValueConverter_1_IPA_Config_Stores_IValueConverter_Type_" data-uid="IPA.Config.Stores.ValueConverter`1.IPA#Config#Stores#IValueConverter#Type*"></a>
  375. <h4 id="IPA_Config_Stores_ValueConverter_1_IPA_Config_Stores_IValueConverter_Type" data-uid="IPA.Config.Stores.ValueConverter`1.IPA#Config#Stores#IValueConverter#Type">IValueConverter.Type</h4>
  376. <div class="markdown level1 summary"></div>
  377. <div class="markdown level1 conceptual"></div>
  378. <h5 class="decalaration">Declaration</h5>
  379. <div class="codewrapper">
  380. <pre><code class="lang-csharp hljs">Type IValueConverter.Type { get; }</code></pre>
  381. </div>
  382. <h5 class="returns">Returns</h5>
  383. <table class="table table-bordered table-striped table-condensed">
  384. <thead>
  385. <tr>
  386. <th>Type</th>
  387. <th>Description</th>
  388. </tr>
  389. </thead>
  390. <tbody>
  391. <tr>
  392. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.type">Type</a></td>
  393. <td></td>
  394. </tr>
  395. </tbody>
  396. </table>
  397. <h3 id="implements">Implements</h3>
  398. <div>
  399. <a class="xref" href="IPA.Config.Stores.IValueConverter.html">IValueConverter</a>
  400. </div>
  401. <h3 id="extensionmethods">Extension Methods</h3>
  402. <div>
  403. <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>
  404. </div>
  405. <div>
  406. <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>
  407. </div>
  408. <div>
  409. <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>
  410. </div>
  411. <div>
  412. <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>
  413. </div>
  414. <div>
  415. <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>
  416. </div>
  417. <h3 id="seealso">See Also</h3>
  418. <div class="seealso">
  419. <div><a class="xref" href="IPA.Config.Stores.IValueConverter.html">IValueConverter</a></div>
  420. </div>
  421. </article>
  422. </div>
  423. <div class="hidden-sm col-md-2" role="complementary">
  424. <div class="sideaffix">
  425. <div class="contribution">
  426. <ul class="nav">
  427. <li>
  428. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Stores_ValueConverter_1.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.ValueConverter%601%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>
  429. </li>
  430. <li>
  431. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/74387184da180014c97627b16f1ea9fb7d3a5426/IPA.Loader/Config/Stores/ValueConverter.cs/#L53" class="contribution-link">View Source</a>
  432. </li>
  433. </ul>
  434. </div>
  435. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  436. <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
  437. </nav>
  438. </div>
  439. </div>
  440. </div>
  441. </div>
  442. <footer>
  443. <div class="grad-bottom"></div>
  444. <div class="footer">
  445. <div class="container">
  446. <span class="pull-right">
  447. <a href="#top">Back to top</a>
  448. </span>
  449. <span>Generated by <strong>DocFX</strong></span>
  450. </div>
  451. </div>
  452. </footer>
  453. </div>
  454. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  455. <script type="text/javascript" src="../styles/docfx.js"></script>
  456. <script type="text/javascript" src="../styles/main.js"></script>
  457. </body>
  458. </html>