![]() | Download Help (Windows Only) |
Owning Class: string
Requires: MathScript RT Module
c = base_to_dec(a, b)
Legacy Name: base2dec
Converts a base b number represented by a string to a decimal number.
Name | Description |
---|---|
a | Specifies a number in base b. The base b notation uses the following digits: 0, 1, ... , 9, A, B, ... , Z. a is a string. |
b | Specifies the base of a. b can be any integer between 2 and 36. |
Name | Description |
---|---|
c | Returns a decimal number equivalent to a. |
The following table lists the support characteristics of this function.
Supported in the LabVIEW Run-Time Engine | Yes |
Supported on RT targets | Yes |
Suitable for bounded execution times on RT | Not characterized |
A = '1AD00X'
C = base_to_dec(A, 36)
Helpful
Not Helpful