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.

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