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