10
10
< meta name ="viewport " content ="width=device-width ">
11
11
< meta name ="title " content ="Class BaseConversion
12
12
| Advanced Algorithms ">
13
- < meta name ="generator " content ="docfx 2.55.0 .0 ">
13
+ < meta name ="generator " content ="docfx 2.59.4 .0 ">
14
14
15
15
< link rel ="shortcut icon " href ="../favicon.ico ">
16
16
< link rel ="stylesheet " href ="../styles/docfx.vendor.css ">
61
61
< div class ="container body-content ">
62
62
63
63
< div id ="search-results ">
64
- < div class ="search-list "> </ div >
64
+ < div class ="search-list "> Search Results for < span > </ span > </ div >
65
65
< div class ="sr-items ">
66
66
< p > < i class ="glyphicon glyphicon-refresh index-loading "> </ i > </ p >
67
67
</ div >
68
- < ul id ="pagination "> </ ul >
68
+ < ul id ="pagination " data-first =" First " data-prev =" Previous " data-next =" Next " data-last =" Last " > </ ul >
69
69
</ div >
70
70
</ div >
71
71
< div role ="main " class ="container body-content hide-when-search ">
@@ -88,31 +88,31 @@ <h1 id="Advanced_Algorithms_Binary_BaseConversion" data-uid="Advanced.Algorithms
88
88
< div class ="markdown level0 conceptual "> </ div >
89
89
< div class ="inheritance ">
90
90
< h5 > Inheritance</ h5 >
91
- < div class ="level0 "> < a class ="xref " href ="https://docs .microsoft.com/dotnet/api/system.object "> Object</ a > </ div >
91
+ < div class ="level0 "> < a class ="xref " href ="https://learn .microsoft.com/dotnet/api/system.object "> Object</ a > </ div >
92
92
< div class ="level1 "> < span class ="xref "> BaseConversion</ span > </ div >
93
93
</ div >
94
94
< div class ="inheritedMembers ">
95
95
< h5 > Inherited Members</ h5 >
96
96
< div >
97
- < a class ="xref " href ="https://docs .microsoft.com/dotnet/api/system.object.tostring#system-object-tostring "> Object.ToString()</ a >
97
+ < a class ="xref " href ="https://learn .microsoft.com/dotnet/api/system.object.tostring#system-object-tostring "> Object.ToString()</ a >
98
98
</ div >
99
99
< div >
100
- < a class ="xref " href ="https://docs .microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) "> Object.Equals(Object)</ a >
100
+ < a class ="xref " href ="https://learn .microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) "> Object.Equals(Object)</ a >
101
101
</ div >
102
102
< div >
103
- < 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
+ < 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 >
104
104
</ div >
105
105
< div >
106
- < 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
+ < 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 >
107
107
</ div >
108
108
< div >
109
- < a class ="xref " href ="https://docs .microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode "> Object.GetHashCode()</ a >
109
+ < a class ="xref " href ="https://learn .microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode "> Object.GetHashCode()</ a >
110
110
</ div >
111
111
< div >
112
- < a class ="xref " href ="https://docs .microsoft.com/dotnet/api/system.object.gettype#system-object-gettype "> Object.GetType()</ a >
112
+ < a class ="xref " href ="https://learn .microsoft.com/dotnet/api/system.object.gettype#system-object-gettype "> Object.GetType()</ a >
113
113
</ div >
114
114
< div >
115
- < a class ="xref " href ="https://docs .microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone "> Object.MemberwiseClone()</ a >
115
+ < a class ="xref " href ="https://learn .microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone "> Object.MemberwiseClone()</ a >
116
116
</ div >
117
117
</ div >
118
118
< h6 > < strong > Namespace</ strong > : < a class ="xref " href ="Advanced.Algorithms.Binary.html "> Advanced.Algorithms.Binary</ a > </ h6 >
@@ -123,8 +123,13 @@ <h5 id="Advanced_Algorithms_Binary_BaseConversion_syntax">Syntax</h5>
123
123
</ div >
124
124
< h3 id ="methods "> Methods
125
125
</ h3 >
126
-
127
-
126
+ < span class ="small pull-right mobile-hide ">
127
+ < span class ="divider "> |</ span >
128
+ < a href ="https://github.com/justcoding121/advanced-algorithms/new/develop/apiSpec/new?filename=Advanced_Algorithms_Binary_BaseConversion_Convert_System_String_System_String_System_String_System_Int32_.md&value=---%0Auid%3A%20Advanced.Algorithms.Binary.BaseConversion.Convert(System.String%2CSystem.String%2CSystem.String%2CSystem.Int32)%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 >
129
+ </ span >
130
+ < span class ="small pull-right mobile-hide ">
131
+ < a href ="https://github.com/justcoding121/advanced-algorithms/blob/develop/src/Advanced.Algorithms/Binary/BaseConversion.cs/#L19 "> View Source</ a >
132
+ </ span >
128
133
< a id ="Advanced_Algorithms_Binary_BaseConversion_Convert_ " data-uid ="Advanced.Algorithms.Binary.BaseConversion.Convert* "> </ a >
129
134
< h4 id ="Advanced_Algorithms_Binary_BaseConversion_Convert_System_String_System_String_System_String_System_Int32_ " data-uid ="Advanced.Algorithms.Binary.BaseConversion.Convert(System.String,System.String,System.String,System.Int32) "> Convert(String, String, String, Int32)</ h4 >
130
135
< div class ="markdown level1 summary "> < p > Converts base of given number to the target base.</ p >
@@ -145,25 +150,25 @@ <h5 class="parameters">Parameters</h5>
145
150
</ thead >
146
151
< tbody >
147
152
< tr >
148
- < td > < a class ="xref " href ="https://docs .microsoft.com/dotnet/api/system.string "> String</ a > </ td >
153
+ < td > < a class ="xref " href ="https://learn .microsoft.com/dotnet/api/system.string "> String</ a > </ td >
149
154
< td > < span class ="parametername "> srcNumber</ span > </ td >
150
155
< td > < p > Input number in source base system.</ p >
151
156
</ td >
152
157
</ tr >
153
158
< tr >
154
- < td > < a class ="xref " href ="https://docs .microsoft.com/dotnet/api/system.string "> String</ a > </ td >
159
+ < td > < a class ="xref " href ="https://learn .microsoft.com/dotnet/api/system.string "> String</ a > </ td >
155
160
< td > < span class ="parametername "> srcBaseChars</ span > </ td >
156
161
< td > < p > Source base system characters in increasing order. For example 0123456789 for base 10.</ p >
157
162
</ td >
158
163
</ tr >
159
164
< tr >
160
- < td > < a class ="xref " href ="https://docs .microsoft.com/dotnet/api/system.string "> String</ a > </ td >
165
+ < td > < a class ="xref " href ="https://learn .microsoft.com/dotnet/api/system.string "> String</ a > </ td >
161
166
< td > < span class ="parametername "> dstBaseChars</ span > </ td >
162
167
< td > < p > Destination base system characters in increasing order. For example 01 for base 2.</ p >
163
168
</ td >
164
169
</ tr >
165
170
< tr >
166
- < td > < a class ="xref " href ="https://docs .microsoft.com/dotnet/api/system.int32 "> Int32</ a > </ td >
171
+ < td > < a class ="xref " href ="https://learn .microsoft.com/dotnet/api/system.int32 "> Int32</ a > </ td >
167
172
< td > < span class ="parametername "> precision</ span > </ td >
168
173
< td > < p > Required precision when dealing with fractions. Defaults to 32 places.</ p >
169
174
</ td >
@@ -180,7 +185,7 @@ <h5 class="returns">Returns</h5>
180
185
</ thead >
181
186
< tbody >
182
187
< tr >
183
- < td > < a class ="xref " href ="https://docs .microsoft.com/dotnet/api/system.string "> String</ a > </ td >
188
+ < td > < a class ="xref " href ="https://learn .microsoft.com/dotnet/api/system.string "> String</ a > </ td >
184
189
< td > < p > The result in target base as a string.</ p >
185
190
</ td >
186
191
</ tr >
@@ -193,10 +198,17 @@ <h5 class="returns">Returns</h5>
193
198
< div class ="sideaffix ">
194
199
< div class ="contribution ">
195
200
< ul class ="nav ">
201
+ < li >
202
+ < a href ="https://github.com/justcoding121/advanced-algorithms/new/develop/apiSpec/new?filename=Advanced_Algorithms_Binary_BaseConversion.md&value=---%0Auid%3A%20Advanced.Algorithms.Binary.BaseConversion%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 >
203
+ </ li >
204
+ < li >
205
+ < a href ="https://github.com/justcoding121/advanced-algorithms/blob/develop/src/Advanced.Algorithms/Binary/BaseConversion.cs/#L9 " class ="contribution-link "> View Source</ a >
206
+ </ li >
196
207
</ ul >
197
208
</ div >
198
209
< nav class ="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix " id ="affix ">
199
- <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
210
+ < h5 > In This Article</ h5 >
211
+ < div > </ div >
200
212
</ nav >
201
213
</ div >
202
214
</ div >
0 commit comments