|
RadixCodecTryDecode(String, UInt24) Method
|
Attempts to convert a radix value to an integer value.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.307-beta+9737fd9b0b4f87709e68c099d312e6b151025dc8
Syntaxfunction TryDecode(radixValue, value);
View SourceParameters
- radixValue String
- Radix value to convert.
- value UInt24
- Decoded integer value.
Return Value
Booleantrue if decode succeeds; otherwise,
false.
See Also