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.

481 lines
24 KiB

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