11 overrides of FromString
System (11)
compmod\system\componentmodel\ByteConverter.cs (1)
39
internal override object
FromString
(string value, int radix) {
compmod\system\componentmodel\DecimalConverter.cs (1)
90
internal override object
FromString
(string value, int radix) {
compmod\system\componentmodel\DoubleConverter.cs (1)
50
internal override object
FromString
(string value, int radix) {
compmod\system\componentmodel\Int16Converter.cs (1)
37
internal override object
FromString
(string value, int radix) {
compmod\system\componentmodel\Int32Converter.cs (1)
37
internal override object
FromString
(string value, int radix) {
compmod\system\componentmodel\Int64Converter.cs (1)
38
internal override object
FromString
(string value, int radix) {
compmod\system\componentmodel\SByteConverter.cs (1)
39
internal override object
FromString
(string value, int radix) {
compmod\system\componentmodel\SingleConverter.cs (1)
49
internal override object
FromString
(string value, int radix) {
compmod\system\componentmodel\UInt16Converter.cs (1)
38
internal override object
FromString
(string value, int radix) {
compmod\system\componentmodel\UInt32Converter.cs (1)
39
internal override object
FromString
(string value, int radix) {
compmod\system\componentmodel\UInt64Converter.cs (1)
41
internal override object
FromString
(string value, int radix) {
2 references to FromString
System (2)
compmod\system\componentmodel\basenumberconverter.cs (2)
90
return
FromString
(text.Substring(1), 16);
96
return
FromString
(text.Substring(2), 16);